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 Details

    • CacheConfiguration

      public CacheConfiguration()
  • Method Details

    • cacheManager

      @Bean public org.springframework.cache.CacheManager cacheManager(CacheProperties properties)
      Configures the application cache manager and all supported cache regions.
      Parameters:
      properties - cache properties
      Returns:
      CacheManager