cache2go icon indicating copy to clipboard operation
cache2go copied to clipboard

Simple go object caching library with LRU and expiration capabilities

cache2go Build Status

Golang simple object caching library with LRU and expiration capabilities. The items are evicted if the capacity is exceeded or if they expire.

See the test file for wroking examples.

API docs here.