package
1.2.4
Repository: https://github.com/ccheers/xpkg.git
Documentation: pkg.go.dev

# Functions

NewARC creates an ARC of the given size.
NewLRU constructs an LRU of the given size.

# Variables

No description provided by the author

# Structs

ARCCache is a thread-safe fixed size Adaptive Replacement Cache (ARC).
LRU implements a non-thread safe fixed size LRU cache.

# Interfaces

LRUCache is the interface for simple LRU cache.

# Type aliases

EvictCallback is used to get a callback when a cache entry is evicted.