The highest tagged major version is
v2.
package
Version:
v0.24.0-rc.4
Opens a new window with list of versions in this module.
Published: Feb 20, 2023
License: Apache-2.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
¶
Cache is a set of unique keys of type K.
NewCache returns new instance of cache.
func (c *Cache[K]) GetAll() []K
GetAll returns a copy of current state of cache.
State is returned as a list in an arbitrary order.
func (c *Cache[K]) Put(k K)
Put inserts k into the cache.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.