Java org.springframework.cache.support CompositeCacheManager fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.cache.support CompositeCacheManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.cache.support CompositeCacheManager.

The text is from its open source code.

Constructor

CompositeCacheManager()
Construct an empty CompositeCacheManager, with delegate CacheManagers to be added via the #setCacheManagers "cacheManagers" property.

Method

voidsetCacheManagers(Collection cacheManagers)
Specify the CacheManagers to delegate to.
voidsetFallbackToNoOpCache(boolean fallbackToNoOpCache)
Indicate whether a NoOpCacheManager should be added at the end of the delegate list.