Package uk.gov.gchq.gaffer.cache.impl
The Hazelcast Gaffer cache service implementation.
-
Class Summary Class Description HashMapCache<K,V> HashMapCacheService Simple implementation of theICacheService
interface which uses aHashMapCache
as the cache implementation.HazelcastCache<K,V> Implementation of theICache
interface, using a HazelcastIMap
as the cache data store.HazelcastCacheService Implementation of theICacheService
interface which uses aHazelcastCache
as the cache implementation.JcsCache<K,V> Implementation of theICache
interface, using a JCSGroupCacheAccess
object as the cache data store.JcsCacheService Implementation of theICacheService
interface which uses aJcsCache
as the cache implementation.