Re: [JCS] Dynamic Cache Expiration on get

2015-01-22 Thread Thomas Vandahl
Hi Jan, On 16.01.15 17:12, Jan Swaelens wrote: > Hello, > > I have a region set up to expire its data lets say after 60 seconds. > There's also a shrink thread running every 100 seconds. > > We add an event handler when storing certain items, in this handler we > implement some logic to re-inser

[JCS] Dynamic Cache Expiration on get

2015-01-16 Thread Jan Swaelens
Hello, I have a region set up to expire its data lets say after 60 seconds. There's also a shrink thread running every 100 seconds. We add an event handler when storing certain items, in this handler we implement some logic to re-insert the expired item on the same key. The problem is, when an i