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

17 lines
576 B
ReStructuredText

==========
oslo.cache
==========
`oslo.cache` aims to provide a generic caching mechanism for OpenStack projects
by wrapping the `dogpile.cache
<http://dogpilecache.readthedocs.org/en/latest/>`_ library. The dogpile.cache
library provides support memoization, key value storage and interfaces to common
caching backends such as `Memcached <http://www.memcached.org/>`_.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.cache
* Source: http://git.openstack.org/cgit/openstack/oslo.cache
* Bugs: http://bugs.launchpad.net/oslo.cache