
The highest tagged major version is
v2.
package
Version:
v0.23.0-rc.2
Opens a new window with list of versions in this module.
Published: Feb 13, 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() map[K]struct{}
GetAll returns the current state of cache.
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.