Package uk.gov.gchq.gaffer.cache.impl
The Hazelcast Gaffer cache service implementation.
-
Class Summary Class Description HashMapCache<K,V> HashMapCacheService Simple implementation of theICacheServiceinterface which uses aHashMapCacheas the cache implementation.HazelcastCache<K,V> Implementation of theICacheinterface, using a HazelcastIMapas the cache data store.HazelcastCacheService Implementation of theICacheServiceinterface which uses aHazelcastCacheas the cache implementation.JcsCache<K,V> Implementation of theICacheinterface, using a JCSGroupCacheAccessobject as the cache data store.JcsCacheService Implementation of theICacheServiceinterface which uses aJcsCacheas the cache implementation.