# Functions
Clear removes all keys from the default cache backend.
Close closes the default cache backend.
GetDefault retrieves the default cache backend.
Delete removes a key from the default cache backend.
Get retrieves a value from the default cache backend.
GetCache retrieves a cache backend by name.
GetDefault retrieves a value from the default cache backend.
Has returns true if the key exists in the default cache backend.
Keys returns all keys in the default cache backend.
Might as well make it generic, right?.
Returns a new in-memory cache.
RegisterCache registers a cache backend with a name.
RemoveCache removes a cache backend from the cache backend registry.
Set sets a value in the default cache backend.
SetDefault sets the default cache backend.
TTL returns the time to live for a key in the default cache backend.
# Constants
No description provided by the author
No description provided by the author
290 years.
# Structs
A simple in-memory cache implementation based on a map of string[TYPE].
# Type aliases
No description provided by the author