package
0.0.8-pre
Repository: https://github.com/1infras/go-kit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates an LRU of the given size.
NewWithEvict constructs a fixed size cache with the given eviction callback.
NewWithEvict constructs a fixed size cache with the given eviction callback.
NewWithExpiration creates an LRU of the given size with a default expiration time for every item.

# Structs

Cache is a thread-safe fixed size LRU cache.