[ 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to