Re: Beaker info

2008-10-13 Thread Michael Bayer
beaker will cache something forever if you use a persistent system like file-based caching and don't set any timeout on the cache. It should remain persistent across server restarts. as far as per request, I stick things on c to accomplish this. On Oct 10, 11:40 am, Wichert Akkerman [EMAIL

Beaker info

2008-10-10 Thread Wichert Akkerman
Beaker seems to be very little documentation online, so hopefully someone can help me out here. I am looking at caching the results of things like expensive function calls and database queries, and beaker seems to be usable as a caching system. What I can't seem to find is how to conveniently