package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 22, 2022
License: Apache-2.0
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
¶
type LfuItem struct {
Key interface{}
Value interface{}
FreqElement *list.Element
Expiration *time.Time
}
returns boolean value whether this item is expired or not.
type LruItem struct {
Key interface{}
Value interface{}
Expiration *time.Time
}
returns boolean value whether this item is expired or not.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.