An oslo.config enabled dogpile.cache.
Go to file
OpenStack Proposal Bot 1ff7ee927c Updated from global requirements
Change-Id: I2e4521b05a25ba512fd3636cb3ee9e29c8727c98
2015-10-23 18:48:41 +00:00
doc/source add auto-generated docs for config options 2015-09-24 12:33:52 -07:00
oslo_cache Export functions from __init__ 2015-10-13 14:48:32 +11:00
oslo.cache/locale Setup translations 2015-08-09 07:09:11 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:42:30 +00:00
.gitignore Ignore the .eggs/ directory 2015-08-18 07:56:33 -07:00
.gitreview Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
.mailmap Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
.testr.conf Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
babel.cfg Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
CONTRIBUTING.rst Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
HACKING.rst Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
LICENSE Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
MANIFEST.in Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 20:51:20 -04:00
requirements.txt Updated from global requirements 2015-10-23 18:48:41 +00:00
setup.cfg Move optional backend dependencies into setup.cfg [extras] 2015-08-18 09:09:56 -07:00
setup.py Updated from global requirements 2015-09-17 12:15:52 +00:00
test-requirements.txt Move optional backend dependencies into setup.cfg [extras] 2015-08-18 09:09:56 -07:00
tox.ini Move optional backend dependencies into setup.cfg [extras] 2015-08-18 09:09:56 -07:00

oslo.cache

Latest Version

Downloads

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.