package
Version:
v0.7.10
Opens a new window with list of versions in this module.
Published: Sep 21, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (c *Cache[K, V]) Clear()
func (c *Cache[K, V]) Find(filter func(K, V) bool) (key K, value V, ok bool)
func (c *Cache[K, V]) Get(key K) (value V, ok bool)
func (c *Cache[K, V]) Put(key K, value V)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.