Files
spring-framework/spring-context/src/test/java/org/springframework
Stephane Nicoll 05e96ee448 Cache provider related exceptions handling
This commit adds the necessary infrastructure to handle exceptions
thrown by a cache provider in both Spring's and JCache's caching
abstractions.

Both interceptors can be configured with a CacheErrorHandler that
defines several callbacks on typical cache operations. In particular,
handleCacheGetError can be implemented in such a way that an
exception thrown by the provider is handled as a cache miss by the
caching abstraction.

The handler can be configured with both CachingConfigurer and the
XML namespace (error-handler property)

Issue: SPR-9275
2014-05-20 16:39:34 +02:00
..
2014-04-22 09:57:12 +02:00
2013-03-06 11:06:15 -08:00
2013-11-26 15:14:43 -08:00
2013-01-04 10:02:29 +01:00
2014-04-22 09:57:12 +02:00
2014-04-17 21:19:47 +02:00
2013-01-04 10:02:29 +01:00