Versions in this module Expand all Collapse all v2 v2.6.0 Feb 14, 2022 Changes in this version + type MemStore struct + func New() *MemStore + func NewWithCleanupInterval(cleanupInterval time.Duration) *MemStore + func (m *MemStore) All() (map[string][]byte, error) + func (m *MemStore) Commit(token string, b []byte, expiry time.Time) error + func (m *MemStore) Delete(token string) error + func (m *MemStore) Find(token string) ([]byte, bool, error) + func (m *MemStore) StopCleanup()