Retrieve APIs
getMemoryCache
Get memory cache
CacheApi.getMemoryCache()Parameters
no parametersReturns
InMemoryCacheget
Retrieve a value from the cache by providing the cache name and key.
CacheApi.get(cacheName, key)Parameters
cacheName: string
key: stringReturns
The value associated with the provided key in the cache.getNoLock
Retrieve a value from the cache without acquiring a lock.
Parameters
Returns
Last updated