Versions in this module Expand all Collapse all v1 v1.4.2 Sep 9, 2019 v1.4.1 Aug 12, 2019 Changes in this version + type Cache struct + func NewCache(limit int) Cache + func (c *Cache) Add(item interface{}) + func (c *Cache) Contains(v interface{}) bool