: How do I use LRUCache as a custom user cache to deal with cache
: misses and look up data dynamically then? It seems to me that
: LRUCache.get() should deal with misses itself and call the
: regenerator if the key is not found. But rather SolrIndexSearcher
: deals with this. If I define a cu
On Jun 26, 2006, at 10:38 PM, Chris Hostetter wrote:
: I'm trying to fully understand the LRUCache and the autowarmCount
: parameter. Why does it make sense to auto-warm filters and query
: results? In my case, if a new document is added it may invalidate
: many filters, and it would require
: I'm trying to fully understand the LRUCache and the autowarmCount
: parameter. Why does it make sense to auto-warm filters and query
: results? In my case, if a new document is added it may invalidate
: many filters, and it would require knowing the details of the
: documents added/removed t
I'm trying to fully understand the LRUCache and the autowarmCount
parameter. Why does it make sense to auto-warm filters and query
results? In my case, if a new document is added it may invalidate
many filters, and it would require knowing the details of the
documents added/removed to k