{@link CacheManager} implementation that lazily builds {@link ConcurrentMapCache}instances for each {@link #getCache} request. Also supports a 'static' mode wherethe set of cache names is pre-defined through {@link #setCacheNames}, with no dynamic creation of further cache regions at runtime.
@author Juergen Hoeller
@since 3.1
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.