package
Version:
v0.0.0-...-11fa6ca
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (*Cache) Construct() interface{}
type CacheProvider interface {
Get(key string) (interface{}, bool)
Set(key string, value interface{})
Delete(key string)
Close() error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.