Example usage for org.springframework.cache Cache interface-usage

List of usage examples for org.springframework.cache Cache interface-usage

Introduction

In this page you can find the example usage for org.springframework.cache Cache interface-usage.

Usage

From source file org.hsweb.concureent.cache.monitor.RedisMonitorCache.java

/**
 * Cache implementation on top of Redis.
 *
 * @author Costin Leau
 * @author Christoph Strobl
 * @author Thomas Darimont

From source file com.couchbase.client.spring.cache.CouchbaseCache.java

/**
 * The {@link CouchbaseCache} class implements the Spring {@link Cache} interface on top of Couchbase Server and the
 * Couchbase Java SDK 2.x. Note that data persisted by this Cache should be {@link Serializable}.
 *
 * @see <a href="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/cache.html">
 *   Official Spring Cache Reference</a>

From source file org.springframework.cache.lru.LruCache.java

/**
 * Cache implementation which implements SpringFramework {@link Cache}
 * interface and wraps {@link android.util.LruCache}.
 * <p>
 * There are similar implementation in {@link org.springramework.android.support.v4.cache.lru.LruCache}
 * which wraps {@link android.support.v4.util.LruCache} available from

From source file org.springframework.data.redis.cache.RedisCache.java

/**
 * Cache implementation on top of Redis.
 * 
 * @author Costin Leau
 * @author Christoph Strobl
 * @author Thomas Darimont