Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2020 v1.0.0 Jan 8, 2019 Changes in this version + type Cache struct + func NewCache(maxOpened int) *Cache + func (c *Cache) Open(filename string) *CachedFile + type CachedFile struct + func (cf *CachedFile) Close() error + func (cf *CachedFile) Read(p []byte) (int, error) + func (cf *CachedFile) ReadAt(p []byte, off int64) (int, error) + func (cf *CachedFile) Stat() (os.FileInfo, error) + func (cf *CachedFile) Sync() error + func (cf *CachedFile) Write(p []byte) (int, error)