You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Darin Howard (JIRA)" <ji...@apache.org> on 2016/11/03 16:51:00 UTC

[jira] [Created] (COLLECTIONS-598) PassiveExpiringMap retains keys for wrapped WeakHashmap

Darin Howard created COLLECTIONS-598:
----------------------------------------

             Summary:  PassiveExpiringMap retains keys for wrapped WeakHashmap
                 Key: COLLECTIONS-598
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-598
             Project: Commons Collections
          Issue Type: Improvement
    Affects Versions: 4.1
            Reporter: Darin Howard
            Priority: Minor


When wrapping a WeakHashMap w/ PassiveExpiringMap, keys are stored in standard HashMap (expirationMap) to track expiration. 

In this situation I would expect the backing expirationMap to be a WeakHashMap as well. 





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)