Versions in this module Expand all Collapse all v6 v6.0.0 Dec 23, 2020 Changes in this version + type Cache struct + func (_m *Cache) Get(key string, value interface{}) error + func (_m *Cache) GetInvalidateClusterEvent() string + func (_m *Cache) Keys() ([]string, error) + func (_m *Cache) Len() (int, error) + func (_m *Cache) Name() string + func (_m *Cache) Purge() error + func (_m *Cache) Remove(key string) error + func (_m *Cache) Set(key string, value interface{}) error + func (_m *Cache) SetWithDefaultExpiry(key string, value interface{}) error + func (_m *Cache) SetWithExpiry(key string, value interface{}, ttl time.Duration) error + type Provider struct + func (_m *Provider) Close() error + func (_m *Provider) Connect() error + func (_m *Provider) NewCache(opts *cache.CacheOptions) (cache.Cache, error) Other modules containing this package github.com/adacta-ru/mattermost-server/v5