Hi All,

I need confirmation for my understanding of some basic concepts.
These are my understanding. Please confirm.
1) Regions are not applicable to on heap caches. I'd use JVM -Xms and -Xmx
to set the limits, while with off heap caches, I'd use regions  with
initial/max size set.
2) When I define regions with persistence enabled, I'd define expiryPolicy,
not evictionPolicy.
3) With on heap caches, I'd define the evictionPolicy directly applied to
the cache.

thanks

Reply via email to