Zope RAM Cache
Project description
zope.ramcache
This package provides a RAM-based cache implementation for Zope.
The class zope.ramcache.ram.RAMCache is a (persistent) object meant to be shared between threads. It implements zope.ramcache.interfaces.ram.IRAMCache, which provides a simple interface to cache information as well as defines a maximum number and age for cached entries.
The cache is based on the idea of using arbitrary objects as keys, with the ability to associate additional information in the cache key for any given object. For example, it’s possible to cache information for an object for multiple different users simultaneously.
Changes
2.4 (2021-12-06)
Add support for Python 3.8, 3.9 and 3.10.
Drop support for Python 3.4.
2.3 (2018-10-10)
Add support for Python 3.7.
2.2.0 (2017-09-05)
Add support for Python 3.5 and 3.6.
Drop support for Python 2.6 and 3.3.
Drop support for python setup.py test.
Test PyPy3 on Travis CI.
Stop requiring all values to support pickling in order to get statistics. Instead, return False for the size if such a value is found. Fixes issue 1.
Change the internal storage format of the RAM cache to require less memory and be easier to maintain.
2.1.0 (2014-12-29)
Added support for PyPy. (PyPy3 is pending release of a fix for: https://bitbucket.org/pypy/pypy/issue/1946)
Add support for Python 3.4.
Add support for testing on Travis.
2.0.0 (2013-02-28)
Add support for Python 3.3.
Replace deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.
Drop support for Python 2.4 and 2.5.
Remove outdated classifier / keywords.
1.0 (2009-07-23)
Broke out the ram cache functionality from zope.app.cache.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for zope.ramcache-2.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b6fbed641f002e0333d38f48bcd90b761ef6287defb3d200a3755abfa86d9b9 |
|
MD5 | 809afe933ef110b3f6f4a02fb6b0a7cf |
|
BLAKE2b-256 | c673a123c28d898d5f41f181d52224bcc7b9e0db445461b48ad8519b816bd943 |