Documentation ¶
Overview ¶
Package cache //
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LRUCache ¶
type LRUCache struct {
// contains filtered or unexported fields
}
LRUCache a Least Recently Used in-memory cache
func NewLRUCache ¶
NewLRUCache returns a new instance of Least Recently Used in-memory cache
Click to show internal directories.
Click to hide internal directories.