Versions in this module Expand all Collapse all v7 v7.0.101 May 1, 2026 Changes in this version + type Cache struct + func (r *Cache[K, V]) Delete(key K) + func (r *Cache[K, V]) Get(key K) (value V, ok bool) + func (r *Cache[K, V]) Set(key K, value V)