# Packages

No description provided by the author
No description provided by the author

# Functions

Deinit stops the cache and ensures that all open connections to external services are closed before the application exits.
Get returns a value from the cache.
Init initializes the caching system.
Invalidate the cache item with the given key and type.
Update adds or updates the given value to the cache with the given key.

# Constants

Available cache modes.
Available cache modes.

# Interfaces

Provider specifies the interface that different cache implementations must provide.

# Type aliases

Dsn is the information necessary to connect to a remote server like redis.
Mode specifies what cache implementation should be used.