115116117118119120121
return cm; } @Bean public JCacheableService<?> cacheableService() { return new AnnotatedJCacheableService(defaultCache()); }
107108109110111112113
return cm; } @Bean public JCacheableService<?> service() { return new AnnotatedJCacheableService(defaultCache()); }