spring-framework / org.springframework.cache.concurrent / ConcurrentMapCacheFactoryBean / <init>

<init>

ConcurrentMapCacheFactoryBean()

FactoryBean for easy configuration of a ConcurrentMapCache when used within a Spring container. Can be configured through bean properties; uses the assigned Spring bean name as the default cache name.

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

Author
Costin Leau

Author
Juergen Hoeller

Since
3.1