Expand description
Binary cache file reader.
CacheReader opens and validates a binary cache file, then provides
methods for decoding events — either all at once or a range — without
needing to know the encoding details.
Structs§
- Cache
Reader - Reads events from a binary columnar cache file.
Enums§
- Cache
Reader Error - Errors returned by
CacheReader.