package
0.0.0-20210809132439-beb8713a3bf4
Repository: https://github.com/away-team/go-cache.git
Documentation: pkg.go.dev

# Packages

Package mock_cache is a generated GoMock package.

# Functions

New returns a new *Cache.
SetValue will write result to value.

# Interfaces

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