# Functions
NewResourceCacheMap returns a new empty ResourceCacheMap.
# Structs
ResourceCacheMap stores ResourceStatus objects in a map indexed by resource ID.
ResourceStatus wraps an unstructured resource object, combined with the computed status (whether the status matches the spec).
# Interfaces
ResourceCache stores CachedResource objects.
ResourceCacheReader retrieves CachedResource objects.