Apache Ignite: cache objects not expire
Hello,
I’m using Apache Ignite 2.14.0.
WebSessionFilter removes the Primary cache but remains Backup when the session is expired,
If the cache’s atomicityMode
is set to TRANSACTIONAL
.
How can I set up a cache to be removed when it is expired?