Uses of Interface
uk.gov.gchq.gaffer.cache.ICache
-
Packages that use ICache Package Description uk.gov.gchq.gaffer.cache Classes for the Gaffer cache service.uk.gov.gchq.gaffer.cache.impl The Hazelcast Gaffer cache service implementation.uk.gov.gchq.gaffer.federatedstore -
-
Uses of ICache in uk.gov.gchq.gaffer.cache
Methods in uk.gov.gchq.gaffer.cache that return ICache Modifier and Type Method Description ICache<K,V>
Cache. getCache()
Get the cache.<K,V>
ICache<K,V>ICacheService. getCache(String cacheName)
Get the named cache from the cache service. -
Uses of ICache in uk.gov.gchq.gaffer.cache.impl
Classes in uk.gov.gchq.gaffer.cache.impl that implement ICache Modifier and Type Class Description class
HashMapCache<K,V>
class
HazelcastCache<K,V>
Implementation of theICache
interface, using a HazelcastIMap
as the cache data store.class
JcsCache<K,V>
Implementation of theICache
interface, using a JCSGroupCacheAccess
object as the cache data store.Methods in uk.gov.gchq.gaffer.cache.impl that return ICache Modifier and Type Method Description <K,V>
ICache<K,V>HashMapCacheService. getCache(String cacheName)
<K,V>
ICache<K,V>HazelcastCacheService. getCache(String cacheName)
<K,V>
ICache<K,V>JcsCacheService. getCache(String cacheName)
-
Uses of ICache in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore that return ICache Modifier and Type Method Description ICache
FederatedStoreCache. getCache()
Deprecated.
-