Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + type Driver struct + func New(base driver.StorageDriver, tracker *cache.LRUTracker, logger *logrus.Logger) *Driver + func (lru *Driver) GetContent(ctx context.Context, path string) ([]byte, error) + func (lru *Driver) Move(ctx context.Context, sourcePath string, destPath string) error + func (lru *Driver) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) + func (lru *Driver) Writer(ctx context.Context, path string, append bool) (driver.FileWriter, error)