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.JCacheCacheEntryListenerFactory is the primary class
responsible for creating cache entry listeners which listens on CacheEntryEvent
cache entry events EG:- Creation, Removal, etc of keys on caches and trigger actions as specified.JCacheCacheFactoryBuilder is a Generic Factory
builder that creates Factory instances which extends FactoryJCacheCacheLoader is the primary class
responsible for loading data beans from persistency dataStore to in memory cache.JCacheCacheLoaderFactory is the primary class
responsible for creating cache loader CacheLoader instances which itself
loads data beans from persistency dataStore to in memory cache.JCacheCacheWriter is the primary class
responsible for writing data beans to persistency dataStore from in memory cache.JCacheCacheWriterFactory is the primary class
responsible for creating cache writer CacheWriter instances which itself
writes data beans to persistency dataStore from in memory cache.JCacheQuery is the primary class
responsible for representing a cache manipulation query.JCacheResult is the primary class
responsible for representing result set of a cache manipulation query
JCacheQueryJCacheStore is the primary class
responsible for GORA CRUD operations on Hazelcast Caches.Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.