Categorygithub.com/golang-mixins/caching
modulepackage
0.0.0-20201110184747-0b985ef3c5a5
Repository: https://github.com/golang-mixins/caching.git
Documentation: pkg.go.dev

# README

caching

Package caching presents interface (and its implementation sets) of a caching with item storage.

See GoDoc for documentation and examples.

# Packages

Package std represents the interface caching implementation.

# Structs

Item - typifies cache item.

# Interfaces

Cache - provides a caching interface.