Hello! Onheap is also obviously availabye by doing onheapCacheEnabled=true (and preferably copyOnRead=false if you're ready to be careful to never modify these objects).
Regards, -- Ilya Kasnacheev чт, 21 нояб. 2019 г. в 16:57, Pavel Tupitsyn <[email protected]>: > > Data in Ignite is *always* stored off-heap > On-heap caching is possible with Near Caches: > https://apacheignite.readme.io/docs/near-caches > > On Thu, Nov 21, 2019 at 4:39 PM Stephen Darlington < > [email protected]> wrote: > >> What do you mean by “doesn’t work”? >> >> The on-heap cache is, effectively, a cache of a cache. Data in Ignite is >> *always* stored off-heap. That setting creates another copy of the data >> on-heap. >> >> Regards, >> Stephen >> >> On 21 Nov 2019, at 13:34, ?青春狂-^ <[email protected]> wrote: >> >> hi: >> I want know how to config On-Heap Caching by xml, >> i have config onheapCacheEnabled = true, but i found it doesn’t work >> currectly,throw the ignitevisitor.sh tools, only i can see off-heap infos. >> >> >> >>
