Type of the key.
Type of the value.
Type of the arguments bundle.
Cache maximum capacity.
Cache backend elements count.
Hook executed before cache has been cleared.
Hook executed before entry
for key
has been deleted.
Policy is supposed to detach metadata from entry
and cleanup it's internal data structures when this hook is called.
Entry that's being deleted.
Hook executed after entry
for key
was retrieved.
Policy might decide that entry is no longer valid and return EntryValidity.NOT_VALID.
In case it does so, policy is responsible to evict entry
from cache before this method returns.
Entry hit on which was made.
Whether entry is still valid.
Hook executed after key
wasn't found in the cache on Cache.get operation.
Hook executed after entry
for key
has been set.
Entry that was inserted.
Hook executed after value for entry
associated with key
has been updated.
Set deleter
which removes entries from cache.
Least Recently Used eviction policy.