Documentation ¶
Overview ¶
Package lrucache implements LRU (Least Recently Used) node
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LRUCache ¶
type LRUCache struct { sync.RWMutex cache.UnImplementedCache // contains filtered or unexported fields }
LRUCache data structure
Click to show internal directories.
Click to hide internal directories.