Set adds or updates the cache with the specified key-value pair. It acquires a write lock to ensure concurrent safety during insertion. If the time-to-live (TTL) duration is greater than zero, a goroutine is launched to remove the entry after the specified duration. The key-value pair is stored in t
(key, value []byte, ttl time.Duration)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected