spring-framework / org.springframework.cache.jcache.interceptor / SimpleExceptionCacheResolver

SimpleExceptionCacheResolver

open class SimpleExceptionCacheResolver : AbstractCacheResolver

A simple CacheResolver that resolves the exception cache based on a configurable CacheManager and the name of the cache: CacheResultOperation#getExceptionCacheName()

Author
Stephane Nicoll

Since
4.1

See Also
CacheResultOperation#getExceptionCacheName()

Constructors

<init>

SimpleExceptionCacheResolver(cacheManager: CacheManager)