[Geoserver-devel] [jira] Created: (GEOS-4730) Use a soft cache in resource pool

Use a soft cache in resource pool
---------------------------------

                 Key: GEOS-4730
                 URL: https://jira.codehaus.org/browse/GEOS-4730
             Project: GeoServer
          Issue Type: Improvement
          Components: Configuration
    Affects Versions: 2.1.x
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.2.x

The current catalog uses a LRU map for caching, this implies a large catalog won't have the resources pooled in memory even when there is a lot of available heap.
Use a SoftHashMap instead, with a number of hard references equal to the size of the current LRU cache, instead

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