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

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

Introduction

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

Usage

From source file org.spring.cache.impl.CoherenceCacheWrapper.java

/**
 * Simple {@link org.springframework.cache.Cache} implementation based on the
 * Oracle Coherence {@code com.tangosol.coherence} package.
 *
 * <p>
 * Useful for testing or simple caching scenarios, typically in combination with

From source file org.spring.cache.impl.MyMapCache.java

/**
 * Simple {@link org.springframework.cache.Cache} implementation based on the
 * core JDK {@code java.util.concurrent} package.
 *
 * <p>Useful for testing or simple caching scenarios, typically in combination
 * with {@link org.springframework.cache.support.SimpleCacheManager} or