Documentation ¶
Overview ¶
Package lru provides an lru cache algorithm over an existing cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is an LRU cache. It is safe for concurrent access. It itself uses a cache for its underlying storage.
Click to show internal directories.
Click to hide internal directories.