I think it should be possible. You can define Spring Data caches in configuration, and you can specify data region on per cache basis. You will have two data regions, persistent and non-persistent: https://apacheignite.readme.io/docs/memory-configuration#section-data-regions
Regards, -- Ilya Kasnacheev 2018-08-10 16:09 GMT+03:00 Lokesh Sharma <[email protected]>: > Hi all > > Is it possible to have persistence enable for just a single table when > using Ignite through Spring Data rather than having it enabled for all the > tables? >
