![Davanum Srinivas](/assets/img/avatar_default.png)
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
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
Description
Languages
Python
99.7%
Shell
0.3%