status-go/vendor/github.com/whyrusleeping/timecache/README.md

9 lines
200 B
Markdown

# timecache
Timecache is an lru cache that keeps entries for up to a specified time
duration. After a specified period of time has elapsed, 'old' entries will be
purged from the set.
## License
MIT