Package uk.gov.gchq.gaffer.cache
Classes for the Gaffer cache service.
-
Interface Summary Interface Description ICache<K,V> Interface that All cache objects must abide by so components may instantiate any implementation of a cache - no matter what cache it is.ICacheService The cache service interface which enables the cache service loader to instantiate any service no matter the implementation. -
Class Summary Class Description Cache<K,V> Type safe cache, adding and getting is guaranteed to be same type.CacheServiceLoader Initialised when the store is initialised.