Versions in this module Expand all Collapse all v1 v1.1.0 May 18, 2020 Changes in this version + type Cache struct + func Init(config config.Configuration) *Cache + func (cache *Cache) Count() (int, error) + func (cache *Cache) Get(jti string) (time.Time, error) + func (cache *Cache) Put(jti string, expiresIn time.Duration) error + func (cache *Cache) Query(iterate func(key string)) error