An abstraction for prioritizing performance over data "freshness"
Add an entry to the cache at a the given key
Delete the cached entry at the given key | is safe to call when no entry for the given key exists
Get the value cached at the given key | returns null when there is no value for the given key
Optional
Generated using TypeDoc
An abstraction for prioritizing performance over data "freshness"