open class SimpleCacheErrorHandler : CacheErrorHandler
A simple CacheErrorHandler that does not handle the exception at all, simply throwing it back at the client.
Author
Stephane Nicoll
Since
4.1
SimpleCacheErrorHandler()
A simple CacheErrorHandler that does not handle the exception at all, simply throwing it back at the client. |
open fun handleCacheClearError(exception: RuntimeException, cache: Cache): Unit |
|
open fun handleCacheEvictError(exception: RuntimeException, cache: Cache, key: Any): Unit |
|
open fun handleCacheGetError(exception: RuntimeException, cache: Cache, key: Any): Unit |
|
open fun handleCachePutError(exception: RuntimeException, cache: Cache, key: Any, value: Any): Unit |