An oslo.config enabled dogpile.cache.
Go to file
OpenStack Proposal Bot 2e816912ea Updated from global requirements
Change-Id: Idf49647bac657e6f943d27369c03f68913897bc8
2016-01-16 03:31:01 +00:00
doc/source add auto-generated docs for config options 2015-09-24 12:33:52 -07:00
oslo.cache/locale Setup translations 2015-08-09 07:09:11 +02:00
oslo_cache Merge "Use assertTrue/False instead of assertEqual(T/F)" 2016-01-08 17:03:18 +00: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
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
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 20:51:20 -04:00
babel.cfg Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
requirements.txt Updated from global requirements 2016-01-16 03:31:01 +00:00
setup.cfg Updated from global requirements 2016-01-16 03:31:01 +00:00
setup.py Updated from global requirements 2015-09-17 12:15:52 +00:00
test-requirements.txt Updated from global requirements 2016-01-16 03:31:01 +00:00
tox.ini Remove python 2.6 and cleanup tox.ini 2015-11-16 00:52:53 +00:00

README.rst

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.