PDA

View Full Version : Invalidating cached objects


yelp
02-12-2007, 10:29 AM
Hello all,

I have inherited from CacheAdvice in a pretty straight forward fasion. Next, I'm using the following attribute.

[Cache(TimeToLive = 86400)]

Is there any way, to invalidate this cache sooner?

Thank you in advance

Aleks Seovic
02-12-2007, 03:17 PM
Hi,

I'm working on a new implementation of the cache aspect, which will give you more flexibility than the existing one. It will also provide a way to invalidate an object in the cache when some method is called.

- Aleks

Bruno Baia
02-12-2007, 03:22 PM
Hi,

Aleks is currently working on this atm.
There is a discussion about this in our spring-developer mailing list (http://sourceforge.net/mailarchive/forum.php?thread_id=31619170&forum_id=40049).


After duplicated issues, duplicated posts now :)



Bruno

yelp
02-12-2007, 05:33 PM
Thanks a lot for the responses guys.
I'll be waiting for the next release to use these features!