# Functions
NewDiskCache creates a new DiskCache.
NewMemoryCache creates a new MemoryCache.
# Constants
File is not in the cache.
File is in the cache, but has expired.
File is in the cache.
File is in the cache.
# Structs
A DiskCache caches Service Registry files on disk.
A MemoryCache caches Service Registry files in memory.
# Interfaces
A RegistryCache implements a cache of Service Registry files.
# Type aliases
No description provided by the author