[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1490) Cache.evict(Fqn.ROOT, true) does not work

Krzysztof Sobolewski (JIRA) jira-events at lists.jboss.org
Tue Mar 10 12:23:22 EDT 2009


Cache.evict(Fqn.ROOT, true) does not work
-----------------------------------------

                 Key: JBCACHE-1490
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1490
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Eviction
    Affects Versions: 3.0.3.GA
            Reporter: Krzysztof Sobolewski
            Assignee: Manik Surtani


Eviction of all nodes via a single call to recursive eviction of root node does not evict enything (maybe apart from the root itself):
Cache.evict(Fqn.ROOT, true);

The attached test case illustrates 3 scenarios:
* Nodes are evicted (non-recursively) one by one: OK
* Nodes are evicted (recursively) by common parent (not root): OK
* Nodes are evicted (recursively) by root: FAIL

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list