kusalk opened a new pull request, #766:
URL: https://github.com/apache/struts/pull/766

   WW-5355
   --
   I see very limited advantage to using the default cache over the LRU one? 
The eviction process is faster but at the cost of having to repopulate the 
whole cache from scratch!
   Keen to hear other thoughts or anything I may have missed
   
   Perhaps in the future we can move to a more advanced algorithm such as the 
ones provided by 
[Caffeine](https://github.com/ben-manes/caffeine/wiki/Efficiency), although I'm 
not sure how effective they'd be given the cache can be easily attacked.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to