Versions in this module Expand all Collapse all v7 v7.0.2 Oct 1, 2019 v7.0.1 Aug 18, 2019 v7.0.0 Aug 9, 2019 Changes in this version + type Cache struct + func New(maxLen int, expiration time.Duration) *Cache + func (c *Cache) Delete(key string) bool + func (c *Cache) Flush() error + func (c *Cache) Get(key string) ([]byte, bool) + func (c *Cache) Len() int + func (c *Cache) Set(key string, value []byte) Other modules containing this package github.com/go-redis/cache