Discover Packages
github.com/togo-framework/togo
cache
package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Jun 22, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package cache provides a simple key/value cache abstraction. The default is
in-memory; a Redis (or other) cache ships as a plugin that implements Cache.
Cache is the key/value cache contract.
NewMemory returns an in-memory cache (the default).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.