Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LFUCache ¶
type LFUCache struct {
// contains filtered or unexported fields
}
LFUCache caches a given number of items. At capacity, items are evicted in order of least frequently accessed (on ties the least recently accessed is chosen).
func Constructor ¶
Click to show internal directories.
Click to hide internal directories.