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: sentry-spring-7/api/sentry-spring-7.api
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,12 @@ public final class io/sentry/spring7/SpringSecuritySentryUserProvider : io/sentr
104
104
public fun provideUser ()Lio/sentry/protocol/User;
105
105
}
106
106
107
+
public final class io/sentry/spring7/cache/SentryCacheBeanPostProcessor : org/springframework/beans/factory/config/BeanPostProcessor, org/springframework/core/PriorityOrdered {
108
+
public fun <init> ()V
109
+
public fun getOrder ()I
110
+
public fun postProcessAfterInitialization (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
111
+
}
112
+
107
113
public final class io/sentry/spring7/cache/SentryCacheManagerWrapper : org/springframework/cache/CacheManager {
108
114
public fun <init> (Lorg/springframework/cache/CacheManager;Lio/sentry/IScopes;)V
109
115
public fun getCache (Ljava/lang/String;)Lorg/springframework/cache/Cache;
0 commit comments