Type of the key.
Type of the value.
Number of stored entries.
Iterate over stored entries.
Remove all entries from storage.
Delete entry
.
Entry that needs to be deleted.
Get the CacheEntry associated with key
.
Name of the key.
Check if key
is present in the cache.
Name of the key.
Returns an iterable of stored keys.
Store key with value.
⚠️ WARNING ⚠️
This method should not be used to overwrite value of the key!
You need to query the entry first and update value on the entry object.
Name of the key.
Value associated with key.
CacheEntry stored by backend.
Upper level abstractions can attach properties to this object.
Returns an iterable of stored values.
Represents an abstraction over the cache storage.