Class SentryCacheWrapper

java.lang.Object
io.sentry.spring7.cache.SentryCacheWrapper
All Implemented Interfaces:
Cache

@Internal public final class SentryCacheWrapper extends Object implements Cache
Wraps a Spring Cache to create Sentry spans for cache operations.
  • Constructor Details

    • SentryCacheWrapper

      public SentryCacheWrapper(@NotNull @NotNull Cache delegate, @NotNull @NotNull io.sentry.IScopes scopes)
  • Method Details