Example usage for org.springframework.cache.ehcache EhCacheCacheManager subclass-usage

List of usage examples for org.springframework.cache.ehcache EhCacheCacheManager subclass-usage

Introduction

In this page you can find the example usage for org.springframework.cache.ehcache EhCacheCacheManager subclass-usage.

Usage

From source file com.hp.autonomy.frontend.find.core.configuration.AutoCreatingEhCacheCacheManager.java

@Conditional(InMemoryCondition.class)
public abstract class AutoCreatingEhCacheCacheManager extends EhCacheCacheManager {

    private final CacheConfiguration defaults;

    protected AutoCreatingEhCacheCacheManager(final CacheManager cacheManager, final CacheConfiguration defaults) {