package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

New creates a new empty cache with the given capacity.

# Structs

Cache is a typical LRU cache implementation.
Item is what is stored in the cache.

# Interfaces

Value is the interface values that go into Cache need to satisfy.