spring-framework / org.springframework.cache.concurrent

Package org.springframework.cache.concurrent

Types

ConcurrentMapCacheFactoryBean

open class ConcurrentMapCacheFactoryBean : FactoryBean<ConcurrentMapCache>, BeanNameAware, InitializingBean

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.