oslo.cache/README.rst
Eric Larson 89edc9bed2 Get project basics configured
- Update the README
   - Wrapping dogpile.cache
   - Supporting cache backends and memoization
 - Add a test-requirements.txt
 - Add a dev-requirements.txt for tox
 - Update requirements from initial requirements in the template
 - Fix template test import to use oslocache.base.BaseTestCase

Change-Id: I588a5fee5f92448ee9a0905a0973abc42e44d0b0
2015-05-18 08:57:22 -05:00

576 B

oslo.cache

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.