# Packages
Package cache implements a data structure used by the attach/detach controller
to keep track of volumes, the nodes they are attached to, and the pods that
reference them.
# Functions
NewAttachDetachController returns a new instance of AttachDetachController.
# Interfaces
AttachDetachController defines the operations supported by this controller.