Skip to content

Commit

Permalink
# IGNITE-32: working on datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
akuznetsov-gridgain committed Jan 26, 2015
1 parent 69feb39 commit c9803b6
Show file tree
Hide file tree
Showing 7 changed files with 789 additions and 643 deletions.
Expand Up @@ -166,7 +166,7 @@ public abstract class CacheStore<K, V> implements CacheLoader<K, V>, CacheWriter
* *
* @return Session for current cache operation. * @return Session for current cache operation.
*/ */
@Nullable public CacheStoreSession session() { public CacheStoreSession session() {
return ses; return ses;
} }


Expand Down

0 comments on commit c9803b6

Please sign in to comment.