How to install zope.ramcache
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.ramcache
Lastest release
This package provides a RAM cache implementation for Zope.
CHANGES
2.0.0 (2013-02-28)
- Added support for Python 3.3.
- Replaced deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.
- Dropped support for Python 2.4 and 2.5.
- Removed outdated classifier / keywords.
1.0 (2009-07-23)
- Broke out the ram cache functionality from zope.app.cache.