Home
last modified time | relevance | path

Searched refs:CacheableService (Results 1 – 9 of 9) 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 DAbstractAnnotationTests.java41 protected CacheableService<?> cs;
43 protected CacheableService<?> ccs;
53 cs = ctx.getBean("service", CacheableService.class); in setup()
54 ccs = ctx.getBean("classService", CacheableService.class); in setup()
221 public void testRootVars(CacheableService<?> service) { in testRootVars()
252 public void testNullArg(CacheableService<?> service) { in testNullArg()
257 public void testCacheUpdate(CacheableService<?> service) { in testCacheUpdate()
282 public void testMultiCache(CacheableService<?> service) { in testMultiCache()
308 public void testMultiEvict(CacheableService<?> service) { in testMultiEvict()
338 public void testMultiPut(CacheableService<?> service) { in testMultiPut()
[all …]
H A DEnableCachingTests.java129 public CacheableService<?> service() { in service()
134 public CacheableService<?> classService() { in classService()
H A DCacheableService.java24 public interface CacheableService<T> { interface
H A DAnnotatedClassCacheableService.java30 public class AnnotatedClassCacheableService implements CacheableService<Object> {
H A DDefaultCacheableService.java31 public class DefaultCacheableService implements CacheableService<Long> {
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/aspectj/
H A DAbstractAnnotationTest.java29 import org.springframework.cache.config.CacheableService;
42 protected CacheableService<?> cs;
44 protected CacheableService<?> ccs;
54 cs = ctx.getBean("service", CacheableService.class); in setup()
55 ccs = ctx.getBean("classService", CacheableService.class); in setup()
241 public void testNullArg(CacheableService<?> service) { in testNullArg()
246 public void testCacheUpdate(CacheableService<?> service) { in testCacheUpdate()
271 public void testMultiCache(CacheableService<?> service) { in testMultiCache()
297 public void testMultiEvict(CacheableService<?> service) { in testMultiEvict()
323 public void testMultiPut(CacheableService<?> service) { in testMultiPut()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/config/
H A DCacheableService.java24 public interface CacheableService<T> { interface
H A DAnnotatedClassCacheableService.java30 public class AnnotatedClassCacheableService implements CacheableService<Object> {
H A DDefaultCacheableService.java31 public class DefaultCacheableService implements CacheableService<Long> {