Bertrand GUIRAL [
http://community.jboss.org/people/bertrand.guiral] created the
discussion
"how recover an object after evict (Distributed mode)"
To view the discussion, visit:
http://community.jboss.org/message/627819#627819
--------------------------------------------------------------
String myKey = "myKey";
cache.put(myKey, "value for test" );
cache.evict(myKey);
Object myObjectRecovered = cache.get(myKey);
In this case , myObjectRecovered is null .
It is inside other cache, but i cannot get it from where it has been evicted.
It is not the behaviour expected :
evict :
" Evicts an entry from the memory of the cache. Note that the entry is not removed
from any configured cache"
It is right. But how recover it from the cache where the object has been evicted ?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/627819#627819]
Start a new discussion in JBoss Cache at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]