An oslo.config enabled dogpile.cache.
Go to file
OpenStack Proposal Bot 25eace34c9 Updated from global requirements
Change-Id: Ie9daa0246fab7df998f5a5e17b3aea762c2a45e9
2015-06-22 08:26:53 +00:00
doc/source Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
oslo_cache Move files into the right spot and get tests working 2015-06-18 22:14:59 -04:00
.coveragerc Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
.gitignore Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
.gitreview fix branch name in .gitreview 2015-06-18 16:43:27 -04: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
MANIFEST.in Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
README.rst Get project basics configured 2015-05-18 08:57:22 -05:00
babel.cfg Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
dev-requirements.txt Get project basics configured 2015-05-18 08:57:22 -05:00
requirements.txt Updated from global requirements 2015-06-22 08:26:53 +00:00
setup.cfg Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
setup.py Updated from global requirements 2015-06-22 08:26:53 +00:00
test-requirements.txt Updated from global requirements 2015-06-22 08:26:53 +00:00
tox.ini fix branch name in .gitreview 2015-06-18 16:43:27 -04:00

README.rst

oslo.cache

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.