| Article: |
The WeakHashMap Class | |
| Subject: | About java cache!!! | |
| Date: | 2002-10-16 01:41:06 | |
| From: | anonymous2 | |
| Is there any java cache implementation which doesn't uses WeakHashMap but using WeakReferences? | ||
Showing messages 1 through 2 of 2.
-
Jache implementation using WeakReferences
2004-01-19 23:52:18 anonymous2 [View]
-
About java cache!!!
2003-09-20 21:29:03 anonymous2 [View]
JOCache can use a "SoftCache" wrapper, however it's default cache implementations use hard references.
http://jocache.sourceforge.net



Read more on:
JCache Open Source