This method holds the requested object in a HashMap combined with a LinkedList to create the MRU. It also stores objects onto the filesystem if configured.
@param key The key of the object to be stored
@param value The object to be stored
Hand the given object to the state implementation.
@param obj the object that should be accessible from the state
@return true if the object has been successfully handed to state object; if false an object of the same type isalready managed
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.