Versions in this module Expand all Collapse all v0 v0.18.0 Jul 1, 2021 v0.17.0 Jun 30, 2021 Changes in this version + type CacheMap struct + func New(maxSize int) *CacheMap + func (m *CacheMap) Add(key interface{}, item interface{}) + func (m *CacheMap) Clear() + func (m *CacheMap) Contains(key interface{}) bool + func (m *CacheMap) Empty() bool + func (m *CacheMap) Get(key interface{}) interface{} + func (m *CacheMap) GetValues() []interface{} + func (m *CacheMap) Remove(key interface{}) + func (m *CacheMap) Size() int + func (m *CacheMap) String() string