You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/02/06 07:47:59 UTC

[jira] Updated: (SOLR-1006) ConcurrentLRUCache API improvements

     [ https://issues.apache.org/jira/browse/SOLR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1006:
-----------------------------

    Description: 
This is to make ConcurrentLRUCache more consistent with LinkedHashMap behavior

# remove must not call evictionListener.evictedEntry()
# EvictionListener must be able prevent eviction of an element by returning a false.
# Add a new method Map getOldestItems(long n)

  was:
This is to make ConcurrentLRUCache more consistent with LinkedHashMap behavior

* remove must not call evictionListener.evictedEntry()
* EvictionListener must be able prevent eviction of an element by returning a false.


> ConcurrentLRUCache API improvements
> -----------------------------------
>
>                 Key: SOLR-1006
>                 URL: https://issues.apache.org/jira/browse/SOLR-1006
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>
> This is to make ConcurrentLRUCache more consistent with LinkedHashMap behavior
> # remove must not call evictionListener.evictedEntry()
> # EvictionListener must be able prevent eviction of an element by returning a false.
> # Add a new method Map getOldestItems(long n)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.