blob: e28dbeb7745d5eccb25762412f77fc8a0c2ec6ab [file] [log] [blame]
pkg lru, func New(int) *Cache
pkg lru, method (*Cache) Get(string) (interface{}, bool)
pkg lru, method (*Cache) Put(string, interface{}) (string, interface{}, bool)
pkg lru, method (*Cache) Size() int
pkg lru, type Cache struct