Semantics in 2.0: if onheap cache enabled, method evicts entry from it.
If onheap cache is disabled (default case), implementation is no-op.
Probably we should keep the method and add some note in javadoc.
Best Regards,
Ivan Rakov
On 19.06.2017 17:01, Igor Sapego wrote:
What if user enables on-heap cache?
Best Regards,
Igor
On Mon, Jun 19, 2017 at 3:34 AM, Dmitriy Setrakyan <dsetrak...@apache.org>
wrote:
Doesn't look useful to me.
On Mon, Jun 19, 2017 at 1:03 AM, Valentin Kulichenko <
valentin.kuliche...@gmail.com> wrote:
Folks,
Does the subj make sense in 2.0? Before this method could be used to
evict
from on-heap memory to off-heap or swap. What are the semantics now?
-Val