Simple implementation of {@link StateRepository} which adds caching capabilities to an existing repository. You shouldconsider using this class if lookups in your {@link StateRepository} are expensive (like database queries).
@author Christian Kaltepoth
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.