https://ignite.apache.org/docs/2.11.1/memory-configuration/eviction-policies
> On 3 Jul 2023, at 13:38, Arunima Barik <arunimabari...@gmail.com> wrote: > > I am reading a parquet file using spark into ignite > > 1. For every sql query, suppose I write a part of the data to the ignite cache > In this manner, the cache fills up > > Now when I put new data into the cache, how will the old data be removed ( > LRU, FIFO etc.) > Or do I manually need to disable the same? > > 2. If such cache eviction policies work, then how will I come to know whether > required data is still present in cache or not... > > Regards > Arunima