Example usage for org.springframework.cache.support NoOpCacheManager subclass-usage

List of usage examples for org.springframework.cache.support NoOpCacheManager subclass-usage

Introduction

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

Usage

From source file nl.surfnet.coin.shared.cache.ConextNoOpCacheManager.java

/**
 * Cache Manager that can deal with a {@link net.sf.ehcache.CacheManager} for
 * compatibility reasons, but does not actually cache anything
 * 
 */
public class ConextNoOpCacheManager extends NoOpCacheManager {