[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1588) Make "resident" flag on cache entries changeable at arbitrary times

Dennis Reed (JIRA) jira-events at lists.jboss.org
Mon Aug 23 15:26:12 EDT 2010


Make "resident" flag on cache entries changeable at arbitrary times
-------------------------------------------------------------------

                 Key: JBCACHE-1588
                 URL: https://jira.jboss.org/browse/JBCACHE-1588
             Project: JBoss Cache
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Eviction
    Affects Versions: 3.2.5.GA
            Reporter: Dennis Reed
            Assignee: Manik Surtani
            Priority: Minor


User wants to "lock" specific cache FQNs from being evicted while a user is logged in, and allow eviction after they log out.

The "resident" flag is close to the functionality they want, but with the current implementation, it makes the assumption that the resident flag will not change.

For instance, with LRU, after node.setResident(false), the node has to be touched again after the change for LRU to start looking at it for eviction again.


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

        


More information about the jbosscache-issues mailing list