[jcs] Re: Can JCS have update events?

2017-04-09 Thread Thomas Vandahl
On 08.04.17 14:40, robertlazarski . wrote: > We need update events because our code already uses them - we are > replacing our current cache libs (ehcache) with another lib - > preferably JCS. > > More specifically, our local cache is filled with stock prices via a > "HTTP server push" stream and

Re: Can JCS have update events?

2017-04-08 Thread robertlazarski .
On Sat, Apr 8, 2017 at 7:13 AM, Thomas Vandahl wrote: > Please use [jcs] as a prefix to the subject when posting to > us...@commons.apache.org. Got it, thanks for the response. > > On 06.04.17 18:21, robertlazarski . wrote: >> I am coding a simple local "Indexed Disk Auxiliary

Re: Can JCS have update events?

2017-04-08 Thread Thomas Vandahl
Please use [jcs] as a prefix to the subject when posting to us...@commons.apache.org. On 06.04.17 18:21, robertlazarski . wrote: > I am coding a simple local "Indexed Disk Auxiliary Cache" and > IsEternal=true using JCS, and I can't figure out how to have an > onUpdate() event. Is there update