rif / cache2go

Simple go object caching library with LRU and expiration capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple go object caching library with LRU and expiration capabilities

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%