Methods
add
- add(primeKey: string, key: string, value: Everything): void
-
Parameters
-
primeKey: string
-
key: string
-
Returns void
get
-
Parameters
-
primeKey: string
-
key: string
value out of cache
getByPrimeKey
- getByPrimeKey(primeKey: string): object
-
Parameters
Returns object
get cache at prime key
Class which holds helper tools when working with cache.
CacheUtil