Java org.springframework.cache.interceptor SimpleCacheResolver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.cache.interceptor SimpleCacheResolver fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

SimpleCacheResolver()
Construct a new SimpleCacheResolver .
SimpleCacheResolver(CacheManager cacheManager)
Construct a new SimpleCacheResolver for the given CacheManager .

Method

voidsetCacheManager(CacheManager cacheManager)
Set the CacheManager that this instance should use.