package
0.0.0-20240707130328-7cf8dae7750a
Repository: https://github.com/nite-coder/blackbear.git
Documentation: pkg.go.dev

# Functions

NewCache creates a new instance of Cache with the specified cleanup time.
NewLRUCache returns a new instance of the LRUCache with specified capacity.

# Variables

No description provided by the author

# Structs

No description provided by the author
CacheItem is an item in the LRU cache.
LRUCache is a generic type Least Recently Used (LRU) cache.