A custom cache manager built-in for pogtopia
Create a new instance of the cache manager
Deletes a key-value pair from the cache.
The key to delete
Fetches a value from the cache with a key
The key to fetch
Fetches keys that match with a pattern
The pattern to match
Sets the value of a key to the cache
The unique key of the value
The value of that key
Generated using TypeDoc
A custom cache manager built-in for pogtopia