Class SimpleExceptionCacheResolver

java.lang.Object
org.springframework.cache.interceptor.AbstractCacheResolver
org.springframework.cache.jcache.interceptor.SimpleExceptionCacheResolver
All Implemented Interfaces:
InitializingBean, CacheResolver

public class SimpleExceptionCacheResolver extends AbstractCacheResolver
A simple CacheResolver that resolves the exception cache based on a configurable CacheManager and the name of the cache: CacheResultOperation.getExceptionCacheName().
Since:
4.1
Author:
Stephane Nicoll
See Also:
  • CacheResultOperation.getExceptionCacheName()
  • Constructor Details

    • SimpleExceptionCacheResolver

      public SimpleExceptionCacheResolver(CacheManager cacheManager)
  • Method Details