package
0.0.0-20220213072331-dae427612c13
Repository: https://github.com/zrcoder/app.git
Documentation: pkg.go.dev

# Structs

No description provided by the author
LRU represents an LRU (Least Recently Used) cache implementation.

# Interfaces

Cache is the interface that describes a cache.
Item is the interface that describes a cacheable item.

# Type aliases

Bytes represents a cacheable byte slice.
No description provided by the author
No description provided by the author
No description provided by the author