Add a java 1.5 LRU map implementation -------------------------------------
Key: OFBIZ-1304 URL: https://issues.apache.org/jira/browse/OFBIZ-1304 Project: OFBiz Issue Type: New Feature Components: framework Affects Versions: SVN trunk Reporter: Adam Heath Priority: Minor Fix For: SVN trunk Attachments: framework-base-new-LRUMap.patch CacheLineTable uses LRUMap from apache-commons; however, that class is not generified. So, create a new LRUMap, that extends LinkedHashMap, so that when generics is done, there will be fewer warnings. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.