Uses of Class
uk.gov.gchq.gaffer.cache.Cache
-
Packages that use Cache Package Description uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.jobtracker Data types describing Jobs in Gaffer (long running operations).uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation.handler.named.cache Handlers for operations which interact with a named operation cache. -
-
Uses of Cache in uk.gov.gchq.gaffer.federatedstore
Subclasses of Cache in uk.gov.gchq.gaffer.federatedstore Modifier and Type Class Description classFederatedStoreCacheTransientDeprecated.Federated store will use the default cache implementation going forward. -
Uses of Cache in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return types with arguments of type Cache Modifier and Type Method Description List<Cache<?,?>>Graph. getCaches() -
Uses of Cache in uk.gov.gchq.gaffer.jobtracker
Subclasses of Cache in uk.gov.gchq.gaffer.jobtracker Modifier and Type Class Description classJobTrackerAJobTrackeris an entry in a Gaffer cache service which is used to store details of jobs submitted to the graph. -
Uses of Cache in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return types with arguments of type Cache Modifier and Type Method Description List<Cache<?,?>>Store. getCaches() -
Uses of Cache in uk.gov.gchq.gaffer.store.operation.handler.named.cache
Subclasses of Cache in uk.gov.gchq.gaffer.store.operation.handler.named.cache Modifier and Type Class Description classNamedOperationCacheWrapper around theCacheServiceLoaderto provide an interface for handling theNamedOperations for a Gaffer graph.classNamedViewCacheWrapper around theCacheServiceLoaderto provide an interface for handling theNamedViews for a Gaffer graph.
-