[infinispan-issues] [JBoss JIRA] Updated: (ISPN-364) Add an EvictionStrategy.UNORDERED for simple, un-ordered eviction

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Mar 9 05:43:58 EST 2010


     [ https://jira.jboss.org/jira/browse/ISPN-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated ISPN-364:
-------------------------------

        Summary: Add an EvictionStrategy.UNORDERED for simple, un-ordered eviction  (was: EvictionStrategy.NONE is poorly named.  Use EvictionStrategy.UNORDERED instead.)
    Description: Existing eviction strategies are FIFO and LRU.  There may be cases where people don't care about eviction ordering at all, and want the efficiency of a faster, simpler data container.  (was: EvictionStrategy.NONE implies that no eviction takes place.  This is incorrect, it simply means that no ordering of elements take place and hence any arbitrary element may be evicted if the cache becomes too full.  EvictionStrategy.UNORDERED is more accurate.

Need to deprecate EvictionStrategy.NONE and provide EvictionStrategy.UNORDERED as a synonym. )


> Add an EvictionStrategy.UNORDERED for simple, un-ordered eviction
> -----------------------------------------------------------------
>
>                 Key: ISPN-364
>                 URL: https://jira.jboss.org/jira/browse/ISPN-364
>             Project: Infinispan
>          Issue Type: Feature Request
>    Affects Versions: 4.0.0.Final
>            Reporter: Manik Surtani
>            Assignee: Manik Surtani
>             Fix For: 4.1.0.ALPHA1, 4.1.0.Final
>
>
> Existing eviction strategies are FIFO and LRU.  There may be cases where people don't care about eviction ordering at all, and want the efficiency of a faster, simpler data container.

-- 
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 infinispan-issues mailing list