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

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

Introduction

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

Usage

From source file net.eusashead.spring.gaecache.GaeCacheManager.java

/**
 * Implementation of {@link CacheManager} that 
 * creates or returns an existing {@link GaeCache}
 *  
 * @author patrickvk
 *

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

/**
 * The {@link CouchbaseCacheManager} orchestrates {@link CouchbaseCache} instances.
 * 
 * Since more than one current {@link Bucket} connection can be used for caching, the
 * {@link CouchbaseCacheManager} orchestrates and handles them for the Spring {@link Cache} abstraction layer.
 *

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

/**
 * {@link CacheManager} implementation that lazily builds {@link MyMapCache}
 * instances for each {@link #getCache} request. Also supports a 'static' mode where
 * the set of cache names is pre-defined through {@link #setCacheNames}, with no
 * dynamic creation of further cache regions at runtime.
 *

From source file com.couchbase.spring.cache.CouchbaseCacheManager.java

/**
 * The CouchbaseCacheManager orchestrates CouchbaseCache instances.
 * 
 * Since more than one current CouchbaseClient connection can be used
 * for caching, the CouchbaseCacheManager orchestrates and handles
 * them for the Spring Cache abstraction layer.