An oslo.config enabled dogpile.cache.
Go to file
OpenDev Sysadmins e4d14dcb5e OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:29:50 +00:00
doc Updated from global requirements 2018-02-13 01:57:44 +00:00
oslo_cache Add more cache backend options 2017-11-14 09:35:26 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 21:41:38 +01:00
tools Fix sphinx-docs job for stable branch 2018-04-26 10:42:16 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:42:30 +00:00
.gitignore rearrange content to fit the new standard layout 2017-07-06 23:45:16 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:50 +00: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
.zuul.yaml import zuul job settings from project-config 2018-08-03 17:57:15 -04:00
CONTRIBUTING.rst Optimize the link address 2017-04-08 22:33:53 +08:00
HACKING.rst update the doc URLs 2017-07-11 21:51:41 +08:00
LICENSE Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
README.rst update the doc URLs 2017-07-11 21:51:41 +08:00
babel.cfg Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00
requirements.txt Updated from global requirements 2018-02-13 01:57:44 +00:00
setup.cfg Updated from global requirements 2017-10-07 22:12:51 +00:00
setup.py Updated from global requirements 2017-03-03 00:02:46 +00:00
test-requirements.txt Updated from global requirements 2018-02-13 01:57:44 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/queens 2018-01-24 18:03:42 +00:00

README.rst

Team and repository tags

image

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.