package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 14, 2025
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
¶
Package cache provides a simple thread-safe cache implementation.
Cache is a simple thread-safe cache with size limits.
New creates a new cache with the specified maximum size.
Clear removes all items from the cache.
Get retrieves a value from the cache.
Set stores a value in the cache.
Size returns the current number of items in the cache.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.