I am using Ignite for a caching layer above parquet file as external storage
I do not require native persistence How can I make the cache read through and write through? I found these parameters for caches from the SYS schema I am aware of CacheStore interface but I am looking for a way this can be done in Python. Regards, Arunima