A {@link Recommender} which caches the results from another {@link Recommender} in memory. Results are heldby {@link SoftReference}s so that the JVM may reclaim memory from the recommendationCache in low-memory situations.
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.