类 SimpleCacheManager

java.lang.Object
cn.taketoday.cache.support.AbstractCacheManager
cn.taketoday.cache.support.SimpleCacheManager
所有已实现的接口:
InitializingBean, CacheManager

public class SimpleCacheManager extends AbstractCacheManager
Simple cache manager working against a given collection of caches. Useful for testing or simple caching declarations.

When using this implementation directly, i.e. not via a regular bean registration, AbstractCacheManager.initializeCaches() should be invoked to initialize its internal state once the caches have been provided.

从以下版本开始:
2019-11-03 19:45
作者:
Costin Leau, TODAY