Uses of Interface
uk.gov.gchq.gaffer.cache.ICacheService
-
Packages that use ICacheService 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. -
-
Uses of ICacheService in uk.gov.gchq.gaffer.cache
Methods in uk.gov.gchq.gaffer.cache that return ICacheService Modifier and Type Method Description static ICacheServiceCacheServiceLoader. getDefaultService()Get the default cache service object.static ICacheServiceCacheServiceLoader. getService()Deprecated.Cache services should instead be fetched by name usingCacheServiceLoader.getService(String), or by usingCacheServiceLoader.getDefaultService().static ICacheServiceCacheServiceLoader. getService(String serviceName)Get the cache service identified by the supplied name. -
Uses of ICacheService in uk.gov.gchq.gaffer.cache.impl
Classes in uk.gov.gchq.gaffer.cache.impl that implement ICacheService Modifier and Type Class Description classHashMapCacheServiceSimple implementation of theICacheServiceinterface which uses aHashMapCacheas the cache implementation.classHazelcastCacheServiceImplementation of theICacheServiceinterface which uses aHazelcastCacheas the cache implementation.classJcsCacheServiceImplementation of theICacheServiceinterface which uses aJcsCacheas the cache implementation.
-