Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 361 Bytes

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.