SimpleLRUCache Implementation ----------------------------- Key: LUCENENET-315 URL: https://issues.apache.org/jira/browse/LUCENENET-315 Project: Lucene.Net Issue Type: Improvement Reporter: Michael Garski
The current SimpleLRUCache implementation is a performance hit in the case of 100% cache misses, which is a common occurrence if search results are cached externally and only unique queries are executed. Patch and performance metrics coming shortly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.