Package io.sentry.spring7.cache
Class SentryCacheManagerWrapper
java.lang.Object
io.sentry.spring7.cache.SentryCacheManagerWrapper
- All Implemented Interfaces:
CacheManager
Wraps a Spring
CacheManager to return Sentry-instrumented caches.-
Constructor Summary
ConstructorsConstructorDescriptionSentryCacheManagerWrapper(@NotNull CacheManager delegate, @NotNull io.sentry.IScopes scopes) -
Method Summary
-
Constructor Details
-
SentryCacheManagerWrapper
public SentryCacheManagerWrapper(@NotNull @NotNull CacheManager delegate, @NotNull @NotNull io.sentry.IScopes scopes)
-
-
Method Details
-
getCache
- Specified by:
getCachein interfaceCacheManager
-
getCacheNames
- Specified by:
getCacheNamesin interfaceCacheManager
-