Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2023 Changes in this version + type DiskCacheHandler struct + PageSize int + func NewDiskCache(f *os.File, fileSize int64) *DiskCacheHandler + func (h *DiskCacheHandler) Get(p []byte, off int64, fetcher io.ReaderAt) (int, error)