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 classHashMapCache<K,V>classHazelcastCache<K,V>Implementation of theICacheinterface, using a HazelcastIMapas the cache data store.classJcsCache<K,V>Implementation of theICacheinterface, using a JCSGroupCacheAccessobject 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 ICacheFederatedStoreCache. getCache()Deprecated.
-