You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2007/10/04 16:45:51 UTC

[jira] Updated: (OFBIZ-1304) Add a java 1.5 LRU map implementation

     [ https://issues.apache.org/jira/browse/OFBIZ-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath updated OFBIZ-1304:
------------------------------

    Attachment: framework-base-new-LRUMap.patch

> 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.