| Package | Description |
|---|---|
| org.apache.gora.jcache.query |
This package contains all the JCache store query representation class as well as Result set representing class
when query is executed over the JCache dataStore.
|
| org.apache.gora.jcache.store |
This package contains all the JCache store related classes which involve manipulating Hazelcast
caches.
|
| Class and Description |
|---|
JCacheStore
JCacheStore is the primary class
responsible for GORA CRUD operations on Hazelcast Caches. |
| Class and Description |
|---|
JCacheCacheEntryListener
JCacheCacheEntryListener is the primary class
responsible for listening on CacheEntryEvent cache entry events
EG:- Creation, Removal, Expiry etc of entries on caches and trigger actions as specified. |
JCacheCacheLoader
JCacheCacheLoader is the primary class
responsible for loading data beans from persistency dataStore to in memory cache. |
JCacheCacheWriter
JCacheCacheWriter is the primary class
responsible for writing data beans to persistency dataStore from in memory cache. |
Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.