Re: Expiring cache entries through model save()

2007-12-03 Thread Jarek Zgoda
Malcolm Tredinnick napisaƂ(a): >> I have an interesting idea that I am not quite sure how to pursue. >> I'm wondering if any of you have figured this out already. >> >> What I would like to do is set the cache expiration for a particular >> object in the cache to be very high, and then delete the

Re: Expiring cache entries through model save()

2007-11-30 Thread Brian Morton
Thanks for the advice Malcolm. I am going to give this more thought and see if I can come up with a generic high performance hash function. On Nov 30, 3:26 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2007-11-30 at 12:08 -0800, Brian Morton wrote: > > I have an interesting idea th

Re: Expiring cache entries through model save()

2007-11-30 Thread Malcolm Tredinnick
On Fri, 2007-11-30 at 12:08 -0800, Brian Morton wrote: > I have an interesting idea that I am not quite sure how to pursue. > I'm wondering if any of you have figured this out already. > > What I would like to do is set the cache expiration for a particular > object in the cache to be very high,

Expiring cache entries through model save()

2007-11-30 Thread Brian Morton
I have an interesting idea that I am not quite sure how to pursue. I'm wondering if any of you have figured this out already. What I would like to do is set the cache expiration for a particular object in the cache to be very high, and then delete the item from the cache when an instance of its m