An oslo.config enabled dogpile.cache.
Go to file
OpenStack Proposal Bot 640b000b6d Updated from global requirements
Change-Id: Idc58f12535612970e4b0c809cc9859fe1ed14ace
2015-07-29 03:49:48 +00:00
doc/source Fixes up the API docs and module index 2015-07-09 18:22:58 -05:00
oslo_cache Remove NoOp cache from oslo.cache 2015-07-27 18:26:59 +03:00
.coveragerc Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
.gitignore Fixes up the API docs and module index 2015-07-09 18:22:58 -05: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
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
requirements.txt Updated from global requirements 2015-07-27 17:58:27 +00:00
setup.cfg Fixes up the API docs and module index 2015-07-09 18:22:58 -05:00
setup.py Updated from global requirements 2015-07-15 01:36:24 +00:00
test-requirements.txt Updated from global requirements 2015-07-29 03:49:48 +00:00
tox.ini Add tox target to find missing requirements 2015-06-26 07:12:11 -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.