Class SentryCacheManagerWrapper

java.lang.Object
io.sentry.spring7.cache.SentryCacheManagerWrapper
All Implemented Interfaces:
CacheManager

@Internal public final class SentryCacheManagerWrapper extends Object implements CacheManager
Wraps a Spring CacheManager to return Sentry-instrumented caches.
  • Constructor Details

    • SentryCacheManagerWrapper

      public SentryCacheManagerWrapper(@NotNull @NotNull CacheManager delegate, @NotNull @NotNull io.sentry.IScopes scopes)
  • Method Details