Private
#configPrivate
Readonly
#holdsCache Config this is using
Class constructor that this Cache holds
Fetches an item from the cache if it exists, else null
The item or null if it wasn't found
Key for the item
Sets an item in the cache
this for method chaining
Key for the item
The item to cache
Optional
options: Partial<ICachingOptions>The caching options to use
Generated using TypeDoc
Cache object for data caching