An oslo.config enabled dogpile.cache.
Go to file
Davanum Srinivas 864dfacced Move files into the right spot and get tests working
* Move files from keystone folder into appropriate folders
* Move tests from keystone into appropriate folders
* Fix imports to use the new module locations
* Add a _i18n.py to help with localication
* Add a BaseTestcase class
* Add a exceptions module

All just enough to run the tests. Though some tests were commented
with a FIXME to be fixed in later commits.

A few additional tests were not working with py34 and they are
skipped using testtools.skipIf statements.

Change-Id: Ib494d2a960cab5959c2adaca1eb0739fe65d14f1
2015-06-18 22:14:59 -04: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
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
dev-requirements.txt Get project basics configured 2015-05-18 08:57:22 -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
requirements.txt Move files into the right spot and get tests working 2015-06-18 22:14:59 -04:00
setup.cfg Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
setup.py Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
test-requirements.txt Move files into the right spot and get tests working 2015-06-18 22:14:59 -04:00
tox.ini fix branch name in .gitreview 2015-06-18 16:43:27 -04:00

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.