[perf] [concurrency] Allow to plug-in ConcurrentHashMap in ResourceHandlerCache
-------------------------------------------------------------------------------

                 Key: MYFACES-3265
                 URL: https://issues.apache.org/jira/browse/MYFACES-3265
             Project: MyFaces Core
          Issue Type: Improvement
            Reporter: Martin Kočí
            Assignee: Martin Kočí
            Priority: Minor


Allow ConcurrentHashMap in ResourceHandlerCache.

For project where amount of resources is know and concurrency is top priority 
it better to use ConcurrentHashMap  as cache. 
Pros: higher level of concurrency
Const: cache has no limit (it will cache all resources because LRU is not 
easily doable in this case)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to