Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1005 Bytes

File metadata and controls

29 lines (21 loc) · 1005 Bytes

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.