You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheManagerCustomizers.java
+1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ class CacheManagerCustomizers implements ApplicationContextAware {
44
44
* Customize the specified {@link CacheManager}. Locates all
45
45
* {@link CacheManagerCustomizer} beans able to handle the specified instance and
46
46
* invoke {@link CacheManagerCustomizer#customize(CacheManager)} on them.
47
+
* @param <T> the type of cache manager
47
48
* @param cacheManager the cache manager to customize
0 commit comments