oslo.cache/README.rst
Davanum Srinivas bc76d455ff Add shields.io version/downloads links/badges into README.rst
Change-Id: Ia4929ec5fd050308b42ba3b5b23f8c76c4ab16c7
2015-09-24 20:51:20 -04:00

844 B

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.