Versions in this module Expand all Collapse all v2 v2.8.3 Jul 3, 2025 Changes in this version + var WithExpiration = cache.WithExpiration + type AutoInvalidateByAccountCache struct + func (c AutoInvalidateByAccountCache) Set(operation string, value any, keys ...any) + type Cache struct + func NewLRUCache[K comparable, V any](size int, metricName string) Cache[K, V] + func (c *Cache[K, V]) Delete(key K) + func (c *Cache[K, V]) Get(key K) (V, bool) + func (c *Cache[K, V]) Keys() []K + func (c *Cache[K, V]) Set(key K, val V, opts ...cache.ItemOption) Other modules containing this package github.com/tonkeeper/opentonapi