Cache
Basic Methods
Refer to the node-cache-manager documentation.
get()set()del()reset()wrap()mset()mget()mdel()keys()ttl()
Other Methods
wrapWithCondition()
Similar to wrap(), but allows you to conditionally decide whether to use the cache.
setValueInObject()
When the cached content is an object, change the value of a specific key.
getValueInObject()
When the cached content is an object, get the value of a specific key.
delValueInObject()
When the cached content is an object, delete a specific key.

