Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Component = &component.Component{ Dependencies: component.Components{ gocache.Component, }, }
Component is a ready-to-use Compogo component that registers the in-memory cache driver with the central cache system.
It depends on gocache.Component to ensure the underlying in-memory cache is initialized. The actual registration happens in init(), which is safe because cache.Registration only stores factory functions without requiring runtime state.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.