Versions in this module Expand all Collapse all v1 v1.1.1 Nov 2, 2020 Changes in this version + func CleanWindow(l time.Duration) func(*bigcache.Config) + func LifeWindow(l time.Duration) func(*bigcache.Config) + func MaxEntriesInWindow(m int) func(*bigcache.Config) + func MaxEntrySize(m int) func(*bigcache.Config) + func Shards(s int) func(*bigcache.Config) + func Verbose(v bool) func(*bigcache.Config) + type AllegroBigCache struct + func NewAllegroBigCache(opts ...func(*bigcache.Config)) (*AllegroBigCache, error) + func (ac *AllegroBigCache) Close() + func (ac *AllegroBigCache) Del(key string) bool + func (ac *AllegroBigCache) Empty() bool + func (ac *AllegroBigCache) Get(key string) ([]models.ItemScore, bool) + func (ac *AllegroBigCache) Set(key string, value []models.ItemScore) bool + type Cache interface + Del func(key string) bool + Empty func() bool + Get func(key string) ([]models.ItemScore, bool) + Set func(key string, value []models.ItemScore) bool v1.1.0 Jun 10, 2020