类 ConcurrentMapCacheFactoryBean

java.lang.Object
cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
所有已实现的接口:
Aware, BeanNameAware, FactoryBean<ConcurrentMapCache>, InitializingBean

public class ConcurrentMapCacheFactoryBean extends Object implements FactoryBean<ConcurrentMapCache>, BeanNameAware, InitializingBean
FactoryBean for easy configuration of a ConcurrentMapCache when used within a Framework container. Can be configured through bean properties; uses the assigned Framework bean name as the default cache name.

Useful for testing or simple caching scenarios, typically in combination with SimpleCacheManager or dynamically through ConcurrentMapCacheManager.

从以下版本开始:
4.0
作者:
Costin Leau, Juergen Hoeller