unsubscribe

2020-08-10 Thread Sijo Mathew

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
Thank you Evgeniy On Wed, Oct 16, 2019 at 12:00 PM Evgeniy Rudenko wrote: > I afraid that no. Only CACHE_ENTRY_DESTROYED. > > On Wed, Oct 16, 2019 at 6:56 PM Sijo Mathew > wrote: > >> That's working, thanks! >> >> Is there a single event to represent the c

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
That's working, thanks! Is there a single event to represent the cache clear rather than an event for each entry in the cache? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
As per the below description, it says, it won't notify listeners and that was my confusion. https://static.javadoc.io/javax.cache/cache-api/1.0.0/javax/cache/Cache.html#clear() I'll test it out, thank you so much, Evgeniy. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
basically a notification for the below call on a cache: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#clear-- Thanks Sijo -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

event notification for cache clear?

2019-10-16 Thread Sijo Mathew
Hi All, is cache notification for clear supported in ignite? Thanks Sijo