10 Dec
2003
10 Dec
'03
7:46 p.m.
Elfyn McBratney wrote at 2003-12-10 16:50 -0000:
... So, the question is: Is there a way that I can invalidate an object from the Zope RAM cache using the Zope API?
Sure: you can do it from the ZMI (Ram Cache Manager --> "Statistics" --> cache entry --> "Invalidate"). Thus, you can do it via the API (as the ZMI does precisely that). Look how the ZMI does it. -- Dieter