Versions in this module Expand all Collapse all v0 v0.1.0 Dec 19, 2023 v0.0.0 Dec 19, 2023 Changes in this version + type Cache struct + func New() (*Cache, error) + func (c *Cache) Expire() error + func (c *Cache) Get() (token.Token, error) + func (c *Cache) Put(_ token.Token) error