Versions in this module Expand all Collapse all v0 v0.6.0 Sep 20, 2016 Changes in this version + type Cache struct + func New(size int) *Cache + func (lru *Cache) Get(key string) (interface{}, bool) + func (lru *Cache) Put(key string, value interface{})