Abstract
Cache class allowing to create caches with automatic cache loading and delegates.
Protected
Constructor.
the identifier of the cache
the cache options:
Deletes a cache entry for a given key.
Checks if a cache entry exists for a given key.
true if the entry exists in the cache, false otherwise
Gets a cached value.
the cache key
whether to force the cache refresh for that key (default: false)
the cached value
Gets a cached value with additional metadata.
Deletes all entries in the cache;
Generated using TypeDoc
Cache class allowing to create caches with automatic cache loading and delegates.