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
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/
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/
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/
Hi All,
is cache notification for clear supported in ignite?
Thanks
Sijo