Cache library.
Supported configuration options:
default_backend: Name of the cache backend to use. key_namespace: Namespace under which keys will be created.
Loads the cache backend
This function loads the cache backend specified in the given configuration.
| Parameters: | conf – Configuration instance to use |
|---|
Registers a cache configuration options
| Params conf: | Config object. |
|---|