A CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value) which allows the cache entry to updated rather than replaced. This has the following potential benefits:
Where only part of the value needs to be updated, it is quicker
Memory use can be smoothed, which is useful for particularly large objects which are being refreshed contrinuously
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.