Versions in this module Expand all Collapse all v0 v0.0.1 Apr 22, 2020 Changes in this version + func GenerateKey(name string, msg proto.Message) string + type Cache interface + Get func(key string) (interface{}, bool) + Set func(key string, value interface{}, ttl time.Duration) + func New(size int) Cache