Retrieve a value from the cache.
Retrieve a value from the cache.
Item key.
Retrieve a value from the cache for the given type
Retrieve a value from the cache for the given type
Item key.
result as Option[T]
Retrieve a value from the cache, or set it from a default function.
Retrieve a value from the cache, or set it from a default function.
Item key.
expiration period in seconds.
The default function to invoke if the value was found in cache.
Sets a value without expiration
Sets a value without expiration
Item key.
Item value.
expiration period in seconds.
Public Cache API.
The underlying Cache implementation is received from plugin.