-----Original Message-----
From: Cees Hek [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 14, 2005 1:48 PM
To: Michael Peters
Cc: Mark Stosberg; [email protected]
Subject: Re: [cgiapp] RFC: Cacheable plugin ?

>Another caching aspect that I like is permanent caches that are only
>expired when a change to the underlying data is made.  Using the
>product example above, the product description and details will
>probably not change in the next 30 minutes.  So why can't we cache it
>permanently, and invalidate the cache when a product update is
>performed by the administrator.

This is the first thing that came to mind for my current needs.  I have
a database serving up data that is then computed and crunched in various
CPU intensive ways before being sent to the browser.  My database might
only be updated once a month right now.  I'd like to cache all those CPU
intensive displays and then when I update the db, be able to globally
clear all caches and start over.  Haven't had time to think much about
how to do that yet, but FWIW that's how I'd try to use something like
Plugin::Cacheable.

Barry

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to