oslo.cache/README.rst
melissaml b240e6d753 Add release notes link to README
Change-Id: I4395b3d93999962ffca2c9d886fc21808d98a270
2018-06-21 13:15:06 +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.