Interface | Description |
---|---|
CacheConfig |
This interface is used to provide the cache instance configuration to a cache provider.
|
CoreCache |
This class is the underlying cache interface for a cache provider, and
contains the methods used to get, put, inspect and manage the
current state of the cache.
|
Enum | Description |
---|---|
CacheConfig.EvictorAlgorithmType |
Eviction algorithm type
EvictorAlgorithmType.LRUEvictor is defined as an evictor type that
uses a least recently used algorithm to decide which entries to evict
when the cache entries map exceeds a maximum number of entries.
|