Versions in this module Expand all Collapse all v1 v1.14.0-1.windows.1 Nov 18, 2016 v1.13.1 Nov 16, 2016 v1.13.0 Sep 28, 2016 Changes in this version + type Cache interface + Get func(key string) (Value, bool) + Set func(key string, value Value) + func NewLRUCache(size int, ttl time.Duration) Cache + type Value interface