You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Kranti Parisa (JIRA)" <ji...@apache.org> on 2013/07/26 23:05:49 UTC

[jira] [Updated] (SOLR-5080) Ability to Configure Expirable Caches (use Google Collections - MapMaker/CacheBuilder for SolrCache)

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

Kranti Parisa updated SOLR-5080:
--------------------------------

    Description: 
We should be able to configure the expirable caches, especially for filterCaches. In some cases, the filterCaches are not valid beyond certain time (example 5 minutes). 

Google collections has MapMaker which does allow expiration
http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/MapMaker.html

http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilder.html


SolrCache, LRUCache etc can be implemented with MapMaker or CacheBuilder


  was:
We should be able to configure the expirable caches, especially for filterCaches. In some cases, the filterCaches are not valid beyond certain time (example 5 minutes). 

Google collections has MapMaker which does allow expiration
http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/MapMaker.html

SolrCache, LRUCache etc can be implemented with MapMaker

        Summary: Ability to Configure Expirable Caches (use Google Collections - MapMaker/CacheBuilder for SolrCache)  (was: Ability to Configure Expirable Caches (use Google Collections - MapMaker for SolrCache))
    
> Ability to Configure Expirable Caches (use Google Collections - MapMaker/CacheBuilder for SolrCache)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5080
>                 URL: https://issues.apache.org/jira/browse/SOLR-5080
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Kranti Parisa
>
> We should be able to configure the expirable caches, especially for filterCaches. In some cases, the filterCaches are not valid beyond certain time (example 5 minutes). 
> Google collections has MapMaker which does allow expiration
> http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/MapMaker.html
> http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilder.html
> SolrCache, LRUCache etc can be implemented with MapMaker or CacheBuilder

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org