oslo.cache/README.rst
wangqi 81ca0a6a05 Update links in README
Change the outdated links to the latest links in README

Change-Id: I3408e5456052de2e940d89e6dec5ce57f9a0755e
2018-03-02 10:30:23 +00: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.