package
2.1.7
Repository: https://github.com/kvanticoss/goutils.git
Documentation: pkg.go.dev

# Functions

NewCache will dynamically open writers for writing and close them on inactivity or when maxCacheEntires has been populated into the cache, at which point the oldest item will be closed.

# Variables

No description provided by the author
No description provided by the author

# Structs

Cache is a utility that keeps an index of multiple writers, indexed by a string (most often path) if a writer is requested and doesn't exist it gets created (using the provided factory).