Registry / devops / products-standardcachemanagers

products-standardcachemanagers

JSON →
library6.1pypypi✓ verified 86d ago

Cache managers for Zope (Zope 4+) providing RAM, HTTP, and file-based cache managers. Current version is 6.1, released under Zope Foundation. Releases are infrequent, following Zope releases.

pip install Products.StandardCacheManagers
INSTALL
IMPORT
SIG · PRODUCTS-STANDARDC
P
products-standardcachemanagers
devopspythonv6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RAMCacheManager
from Products.StandardCacheManagers import RAMCacheManager
from Products.StandardCacheManagers.RAMCacheManager import RAMCacheManager
Wrong nested import path; module is directly importable
AcceleratedHTTPCacheManager
from Products.StandardCacheManagers import AcceleratedHTTPCacheManager

Create and configure a RAM cache manager instance.

from Products.StandardCacheManagers import RAMCacheManager manager = RAMCacheManager() manager.ZCacheManager_update(10) # set cache size to 10 MB
Debug
Known issues
breakingVersion 6.0+ removed Python 2 support and requires Python 3.10+.
fix
Upgrade Python to 3.10+ and ensure Zope version is compatible.
affects: >=6.0
deprecatedThe 'CacheManager' base class is deprecated in favor of 'RAMCacheManager' and 'AcceleratedHTTPCacheManager'.
fix
Use the specific manager classes instead.
affects: all
gotchaCache managers are meant to be used within Zope application context; standalone usage may fail due to missing Zope dependencies.
fix
Only use within a Zope application or ensure Zope globals are set up.
affects: all
Errors
Common errors & fixes
ImportError: No module named Products.StandardCacheManagers
Package not installed or installed in wrong environment.
fix
Run: pip install Products.StandardCacheManagers
AttributeError: 'RAMCacheManager' object has no attribute 'ZCacheManager_update'
Method renamed or removed in newer version; older API.
fix
Check documentation for current API; in version 6.1, method exists but signature may differ.
Upgrade
Version history
6.1latest on PyPI · released Nov 19, 2025
Audit
Dependencies
ZoperequiredCore dependency, cache managers are integrated with Zope framework
Agent activity
4 hits · last 30 days
node
4
Resources
products-standardcachemanagers — pip install products-standardcachemanagers · libregistry