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

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

Introduction

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

Usage

From source file ome.tools.spring.ShutdownSafeEhcacheManagerFactoryBean.java

/**
 * Workaround for the Spring/EHCache shutdown sequence. Catches the {@link IllegalStateException}
 * which gets thrown on {@link #destroy()} and simply logs a message.
 * 
 * @author Josh Moore, josh at glencoesoftware.com
 * @since 3.0-Beta2