Springboot @cacheable mit @Bean -NutzungJava

Java-Forum
Anonymous
 Springboot @cacheable mit @Bean -Nutzung

Post by Anonymous »

Ich bin auf einen Code gestoßen, in dem @cacheable Annotation mit @Bean verwendet wird und die Klasse mit @Configuration < /p>
beispielsweise < /p>
kommentiert wurde@Configuration
public class CacheManager {

@Cacheable("urls")
@Bean
public Map loadUrl(){
// hashmap population logic
return urlMap;
}

}
< /code>
Laden Sie alle Caches in der Konfigurationsphase?
oder die @cacheable Annotation wird ignoriert. Das liegt daran>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post