ACMNexus / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

MapMaker.expiration() applied from moment of last access #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently MapMaker.expiration() is applied from the moment a key/value pair is 
added to the Map. 
It would be more useful IMHO if it also applied from the moment of the last 
get() operation. No 
need to extend it to access due to keySet(), entrySet() or values() requests.

Original issue reported on code.google.com by Sam.Hall...@gmail.com on 8 Apr 2009 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by kevin...@gmail.com on 17 Sep 2009 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by kevin...@gmail.com on 17 Sep 2009 at 6:02

GoogleCodeExporter commented 8 years ago
This issue has been moved to the Guava project (keeping the same id number). 
Simply replace 'google-collections' with 'guava-libraries' in your address 
bar and it should take you there.

Original comment by kevinb@google.com on 5 Jan 2010 at 11:09