package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Jan 11, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cache interface {
Get(key interface{}) (interface{}, bool)
Set(key, entry interface{}, cost int64) bool
Wait()
Close()
}
Cache - Defines an interface for a generic cache.
Engine - Engine type for cache
const (
RISTRETTO Engine = "ristretto"
)
String - String converter
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.