Versions in this module Expand all Collapse all v1 v1.5.0 Jan 30, 2026 v1.4.2 Jan 19, 2026 Changes in this version + type SegmentCache struct + func NewSegmentCache(capacityBytes int) *SegmentCache + func (c *SegmentCache) GetSegment(topic string, partition int32, baseOffset int64) ([]byte, bool) + func (c *SegmentCache) SetSegment(topic string, partition int32, baseOffset int64, data []byte)