ContainerKache
An interface that represents a cache that holds entries within containers such as files.
The user is tasked with the serialization and deserialization of the container.
This module does not provide an implementation for this interface. An implementation can be found in the :file-kache
module.
Properties
Functions
Link copied to clipboard
Returns a KacheKeys object containing all keys in the cache, including under-creation keys.
Link copied to clipboard
Returns the container corresponding to the given key, or null
if such a key is not present in the cache.
Link copied to clipboard
Returns a read-only Set of keys currently under creation.
Link copied to clipboard
Cancels all in-progress creations.
Link copied to clipboard
Remove entries from the cache until the size is less than or equal to size.