-
Entry or key set backed by a cache.
This is a convenient base class for implementing a cache delegate.
A Bifuncion wrapper that uses the cache's underlying DataConversion objects to perform its operations.
Function
that uses an encoder to converter entries from the configured storage format to
the requested format.
Function
that uses a keyEncoder to converter keys from the configured storage format to
the requested format.
Function
that uses a valueEncoder to converter values from the configured storage format
to the requested format.
This is a marker interface to signal that this function may perform an encoding of the provided value.
Simple local cache without interceptor stack.