kairat_kushaev d1c7d0628c Remove NoOp cache from oslo.cache
dogpile v.0.5.4 supports Null backend that does nothing.
This functionality is the same as NoOp backend in oslo.cache.
So we can delete NoOp backend from oslo.cache and use
Null backend by default.

Change-Id: If676d64e8a56a689679e83670ce252ef2793949f
2015-07-27 18:26:59 +03:00
2015-05-18 08:57:22 -05:00
2015-07-15 01:36:24 +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.5 MiB
Languages
Python 99.7%
Shell 0.3%