Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCacheWithEviction ¶ added in v1.2.0
func NewCacheWithEviction(size int, onEvicted func(key interface{}, value interface{})) (*lruCache, error)
NewCacheWithEviction creates a new sized LRU cache instance with eviction function
func NewCacheWithSizeInBytes ¶ added in v1.0.123
NewCacheWithSizeInBytes creates a new sized LRU cache instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.