[Zope] caching time-outs?
Dieter Maurer
dieter@handshake.de
Sun, 24 Feb 2002 19:11:32 +0100
Chris Ryland writes:
> I understand how the RAM Cache Manager works, I think, but what I need is
> something slightly different, in a couple of ways:
>
> ...
> * I'd like to be able to cache things but have the cached elements "time
> out" after N minutes.
I did not yet use the RAM Cache Manager, but I think, it works precisely
as you want...
There is a parameter that controls when the cached information
is stale and should be flushed.
Dieter