function which can be used to retrieve object from the cache with a given key
function which can be used to retrieve object from the cache with a given key
function which can be used to store objects in the cache with a given key
function which can be used to store objects in the cache with a given key
Leverages the given functions get and set to either retrieve or store objects from and into the cache respectively.
Does not add any additional caching logic and as such honors the given cache's configuration.
function which can be used to retrieve object from the cache with a given key
function which can be used to store objects in the cache with a given key