Class SimpleCacheErrorHandler

java.lang.Object
org.springframework.cache.interceptor.SimpleCacheErrorHandler
All Implemented Interfaces:
CacheErrorHandler

public class SimpleCacheErrorHandler extends Object implements CacheErrorHandler
A simple CacheErrorHandler that does not handle the exception at all, simply throwing it back at the client.
Since:
4.1
Author:
Stephane Nicoll
  • Constructor Details

    • SimpleCacheErrorHandler

      public SimpleCacheErrorHandler()
  • Method Details