Application Server
Memory Caching in WAS
Once upon a time if a development team wanted to implement memory caching, the developers had to code a Java Singleton class and maintain key value pairs using the Java API's hashtable in memory.
Reader Feedback : Page 1 of 1
#1 |
was5118 commented on the 22 Apr 2008
Authors do not mention the SampleCacheCommand class must implement com.ibm.websphere.command.CacheableCommand or extend com.ibm.websphere.command.CacheableCommandImpl, also source code is not provided for download. I would encourage readers to visit IBM Tech Journal for a helpful caching example: [visit link] |