The zaqar.openstack.common.cache.cache module

Cache library.

Supported configuration options:

default_backend: Name of the cache backend to use. key_namespace: Namespace under which keys will be created.

get_cache(url='memory://')

Loads the cache backend

This function loads the cache backend specified in the given configuration.

Parameters:conf – Configuration instance to use
register_oslo_configs(conf)

Registers a cache configuration options

Params conf:Config object.

Previous topic

The zaqar.openstack.common.cache.backends module

Next topic

The zaqar.openstack.common.excutils module

Project Source

This Page