Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Component = &component.Component{ Dependencies: component.Components{ memcached.Component, }, }
Component is a ready-to-use Compogo component that registers the Memcached cache driver with the central cache system.
It depends on memcached.Component to ensure the underlying Memcached client 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.