Documentation
¶
Overview ¶
Package inmemcache provides a built-in process-local KV cache backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enabled bool `` /* 134-byte string literal not displayed */
}
Config controls whether the built-in in-memory cache backend is active.
type Plugin ¶
type Plugin struct {
plugin.BasePlugin[*Config]
// contains filtered or unexported fields
}
Plugin is the built-in in-memory KV cache backend.
func (*Plugin) NewKVCache ¶
NewKVCache returns the shared in-memory cache backend instance.
Click to show internal directories.
Click to hide internal directories.