An oslo.config enabled dogpile.cache.
0a7c3bf46b
For some Nova scenarios, we will need suppot for set_multi/get_multi/delete_multi for writing to either memcache or dictionary backend. So let's add support for operating on multiple keys. Note that if we don't implement this the default CacheBackend class throws NotImplementedError Closes-Bug: #1483322 Change-Id: I1aca9e65b3be038a507ced8dd039c5413d6c4ac2 |
||
---|---|---|
doc/source | ||
oslo_cache | ||
oslo.cache/locale | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.cache
- Source: http://git.openstack.org/cgit/openstack/oslo.cache
- Bugs: http://bugs.launchpad.net/oslo.cache