| Author |
Caching
|
Malhar Me
Greenhorn
Joined: Jun 22, 2009
Posts: 27
|
|
Hi,
I read few docs on internate regarding implemetation of caching in java. I am just exited about this and I want more information regarding this. I just create this post to discuss more about it. Please share your knowledge about this.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
|
http://www.google.com
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Istvan Kovacs
Ranch Hand
Joined: May 06, 2010
Posts: 100
|
|
You probably need to use soft references - check out the following articles on weak and soft references:
http://www.ibm.com/developerworks/library/j-refs/
http://www.ibm.com/developerworks/java/library/j-jtp01246.html
http://www.ibm.com/developerworks/java/library/j-jtp11225/index.html
Java does not come with a SoftHashMap, but you can get one here:
http://www.java2s.com/Code/Java/Collections-Data-Structure/SoftHashMap.htm
Kofa
|
 |
Paulo Carvalho
Ranch Hand
Joined: Nov 12, 2008
Posts: 56
|
|
Apache JCS (Java Caching System).
I tried it last week. Simple and efficient.
http://jakarta.apache.org/jcs/
|
 |
 |
|
|
subject: Caching
|
|
|