# Functions
NewLocal creates a new LocalCache.
WithFS defines the filesystem that is configured for Local.
WithLogger defines the logger that is configured for Local.
WithWatchInterval overrides the default watchInterval for Local.
# Structs
Local stores and retrieves xpkg.ParsedPackages in a filesystem-backed cache in a thread-safe manner.
# Interfaces
XpkgMarshaler defines the API contract for working marshaling xpkg.ParsedPackage's from a directory.