package
Version:
v1.14.0
Opens a new window with list of versions in this module.
Published: Dec 13, 2021
License: Apache-2.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 {
Set(key, value interface{})
Get(key interface{}) (interface{}, bool)
Contains(key interface{}) bool
}
type Options struct {
Size uint
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.