# Packages
Package informer is based on internal package https://github.com/kubernetes-sigs/controller-runtime/tree/v0.8.3/pkg/cache/internal, modified to not be kubernetes API specific.
# Functions
New initializes and returns a new Cache.
# Structs
ListWatcher embeds a ListWatcherClient and uses the client to provider a cache.ListWatch.
Options are the optional arguments for creating a new InformersMap object.
# Interfaces
ListWatcherClient defines an interface for a list watcher client.