package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jun 14, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cacher interface {
Get(data interface{}, keys ...interface{}) error
Set(data interface{}, keys ...interface{}) error
Delete(keys ...interface{}) error
Close() error
}
Cacher is cache interface.
NewCache to create cache cache with default config.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.