proxy.golang.org : github.com/andersnormal/lru : v0.0.0-20181203211504-263c8568f70e
Package lru is a simple implementation of an LRU cache. LRU is enhanced by allowing to set a TTL for cached items. It also supports to fetch the values for non-existing keys, by providing a function to fetch these.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/andersnormal/lru@v0.0.0-20181203211504-263c8568f70e
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/alecthomas/gometalinter v2.0.11+incompatible
- github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
- github.com/davecgh/go-spew v1.1.1
- github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
- github.com/nicksnyder/go-i18n v1.10.0
- github.com/pelletier/go-toml v1.2.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.2.2
- gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c
- gopkg.in/yaml.v2 v2.2.2