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)