package
0.0.0-20181213202604-7d4bd5b61d19
Repository: https://github.com/promoboxx/go-cache.git
Documentation: pkg.go.dev

# Functions

New returns a new *Cache.
NewMock returns a Cache that doesn't actually cache anything.
SetValue will write result to value.

# Interfaces

Cache can GetAndLoad items.
Logger can log using Printf.
Storage provides Get and Set to a cache backend.