oslo.cache/README.rst
ChangBo Guo(gcb) c0d615b9a2 update the doc URLs
Change-Id: Iff24d2ba53344d6b32c44b792d205b005db97cc5
2017-07-11 21:51:41 +08:00

1.1 KiB

Team and repository tags

image

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.