Versions in this module Expand all Collapse all v0 v0.1.9 Dec 11, 2024 v0.1.8 Dec 11, 2024 Changes in this version + type Cache interface + CreateIfNotExists func(path string) (driver.Connector, error) + Delete func(path string, data ...T) error + Get func(path string) ([]T, error) + Insert func(path string, data ...T) error