oslo.cache/README.rst
loooosy b47ed142e9 Optimize the link address
Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: Ia36674a2ec437142484fb952f95c2830356abc0a
2017-04-08 22:33:53 +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.