Sergey Nikitin 4b0cac8fb6 Implemented DictCacheBackend
This backend is based on dictionary and memorycache client from
https://github.com/openstack/oslo-incubator/blob/master/openstack/common/memorycache.py

This backend was implemented to be used in Nova
because there is no appropriate default backend in dogpile.

Co-Authored-By: Pavel Kholkin <pkholkin@mirantis.com>

Change-Id: Ie3e6c8a3671bc28bfd6967e8758c1419c3c8d501
2015-07-07 15:50:31 +03:00
2015-07-07 15:50:31 +03:00
2015-07-07 15:50:31 +03:00
2015-06-18 16:43:27 -04:00
2015-05-18 08:57:22 -05:00
2015-06-28 19:00:28 +00:00
2015-06-22 08:26:53 +00: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.

Description
An oslo.config enabled dogpile.cache.
Readme 5.6 MiB
Languages
Python 99.7%
Shell 0.3%