Create a cache that uses the class represented by holderClass as the holder class. This holderClass must implement Cacheable.
@param holderFactory The factory for the objects that are to be cached.
@param name The name of the cache
@param initialSize The number of initial holder objects that will be created
@param maximumSize The maximum number of objects the cache will hold
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.