I am wondering if using onheap memory along with offheap memory + native persistence is recommend to take advantage of element (entry) level LRU eviction policy. With this particular configuration, how would the cache work?
i.e. Does entry first gets stored on onheap memory; and when onheap memory is full, entries gets gets evicted and pushed to offheap memory; and when offheap memory is full, the entry gets persisted to persistant storage? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
