public final class NoOpEnvelopeCache extends java.lang.Object implements IEnvelopeCache
| Constructor and Description |
|---|
NoOpEnvelopeCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
discard(SentryEnvelope envelope) |
static NoOpEnvelopeCache |
getInstance() |
@NotNull java.util.Iterator<SentryEnvelope> |
iterator() |
void |
store(SentryEnvelope envelope,
@Nullable java.lang.Object hint) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstorepublic static NoOpEnvelopeCache getInstance()
public void store(SentryEnvelope envelope, @Nullable @Nullable java.lang.Object hint)
store in interface IEnvelopeCachepublic void discard(SentryEnvelope envelope)
discard in interface IEnvelopeCache@NotNull public @NotNull java.util.Iterator<SentryEnvelope> iterator()
iterator in interface java.lang.Iterable<SentryEnvelope>