Versions in this module Expand all Collapse all v0 v0.9.0 Aug 16, 2026 v0.8.0 Aug 2, 2026 Changes in this version + type Cache struct + func New(log librespot.Logger, dir string, sizeLimit int64) (*Cache, error) + func (c *Cache) File(fileId []byte) (librespot.SizedReadAtSeeker, bool) + func (c *Cache) SaveFile(fileId []byte, r io.Reader) error