Versions in this module Expand all Collapse all v0 v0.4.2 Mar 20, 2025 v0.4.1 Feb 14, 2025 v0.4.0 Jan 20, 2025 Changes in this version + func DirAllFileInfo(dir string) ([]file, error) + type LRUCache struct + func NewLRUCache(capacity uint64) *LRUCache + func (c *LRUCache) AccessFile(path string) error + func (c *LRUCache) InitCheck(dir string) error