Documentation ¶
Overview ¶
Package lru allows you to store values in a queue and compare their existence.
Used as a temporary cache storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILRUCache ¶
type ILRUCache interface { cache.ICache GetSettings() ISettings GetIndex() uint64 GetKey(i uint64) ([]byte, bool) }
func NewLRUCache ¶
Click to show internal directories.
Click to hide internal directories.