Home
last modified time | relevance | path

Searched refs:evictWithException (Results 1 – 8 of 8) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/cache/config/
H A DCacheableService.java34 void evictWithException(Object arg1); in evictWithException() method
H A DAnnotatedClassCacheableService.java48 public void evictWithException(Object arg1) { in evictWithException() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java46 public void evictWithException(Object arg1) { in evictWithException() method in DefaultCacheableService
H A DAbstractAnnotationTests.java114 service.evictWithException(o1); in testEvictException()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/config/
H A DCacheableService.java34 void evictWithException(Object arg1); in evictWithException() method
H A DAnnotatedClassCacheableService.java48 public void evictWithException(Object arg1) { in evictWithException() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java46 public void evictWithException(Object arg1) { in evictWithException() method in DefaultCacheableService
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/aspectj/
H A DAbstractAnnotationTest.java113 service.evictWithException(o1); in testEvictException()