jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1k stars 142 forks source link

ExpirationListener should provide Expiration Type #51

Open erdalbitik opened 6 years ago

erdalbitik commented 6 years ago

There are two types of expiration. First one is about time and the second is when Map reaches maxsize. It would be a nice feature to get Expiration type.