Class CacheConfiguration
java.lang.Object
com.bluebell.greenhouse.platform.configuration.cache.CacheConfiguration
@Configuration
@EnableCaching
@EnableConfigurationProperties(CacheProperties.class)
public class CacheConfiguration
extends Object
Configuration for application caching.
- Version:
- 3.0.3
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.CacheManagercacheManager(CacheProperties properties) Configures the application cache manager and all supported cache regions.
-
Constructor Details
-
CacheConfiguration
public CacheConfiguration()
-
-
Method Details
-
cacheManager
Configures the application cache manager and all supported cache regions.- Parameters:
properties- cache properties- Returns:
CacheManager
-