89edc9bed2
- 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
576 B
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.
- 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