package
0.1.14-beta9
Repository: https://github.com/patrickascher/gofer.git
Documentation: pkg.go.dev

# Packages

Package memory implements the cache.Interface and registers a memory provider.
No description provided by the author

# Functions

New returns a specific cache provider by its name and given options.
Register a new cache provider by name.

# Constants

DefaultExpiration of the cache provider.
DefaultPrefix of the cache provider.
All predefined providers are listed here.
NoExpiration for the cache item.

# Variables

Error messages.

# Interfaces

Interface description for cache providers.
Item interface for the cached object.
Manager for cache operations.