Interface | Description |
---|---|
IEventCache |
Implementations of this interface are used as a kind of persistent storage for events that wait
to be sent to the Sentry server.
|
Class | Description |
---|---|
DiskCache |
A simple cache implementation storing the events to a disk, each event in a separater file in a
configured directory.
|