Example usage for org.springframework.cache.transaction AbstractTransactionSupportingCacheManager subclass-usage

List of usage examples for org.springframework.cache.transaction AbstractTransactionSupportingCacheManager subclass-usage

Introduction

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

Usage

From source file in.edu.dsu.cit15.lms.appengine.cache.memcache.MemcacheCacheManager.java

/**
 * {@link CacheManager} implementation backed by Google App Engine {@link MemcacheService}.
 *
 * @author Marcel Overdijk
 * @since 0.1
 */

From source file com.googlecode.spring.appengine.cache.memcache.MemcacheCacheManager.java

/**
 * {@link CacheManager} implementation backed by Google App Engine {@link MemcacheService}.
 * 
 * @author Marcel Overdijk
 * @since 0.1
 */

From source file org.springmodules.cache.guava.GuavaCacheManager.java

/**
 * {@link CacheManager} implementation backed by {@link GuavaCache}.
 * @author Omar Irbouh
 * @since 1.0
 */
public class GuavaCacheManager extends AbstractTransactionSupportingCacheManager {

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

/**
 * {@link CacheManager} implementation for Redis. By default saves the keys directly, without appending a prefix (which
 * acts as a namespace). To avoid clashes, it is recommended to change this (by setting 'usePrefix' to 'true'). <br>
 * By default {@link RedisCache}s will be lazily initialized for each {@link #getCache(String)} request unless a set of
 * predefined cache names is provided. <br>
 * <br>

From source file org.redis.cache.RedisCacheManager.java

/**
 * @author <font color="red"><b>Liu.Gang.Qiang</b></font>
 * @Date 20161028
 * @Version 1.0
 * @Description RedisCacheManager
 */