Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCacheWithEviction ¶
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 ¶
NewCacheWithSizeInBytes creates a new sized LRU cache instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.