# Functions

New creates a new cache.
NewReconcileEntry creates a new ReconcileEntry based on an object and a reconcileAfter time.
NewReconcileEntryKey returns the key of a ReconcileEntry based on an object.

# Structs

ReconcileEntry is an Entry for the Cache that stores the earliest time after which the next Reconcile should be executed.

# Interfaces

Cache caches objects of type Entry.
Entry
Entry is the interface for the type of Cache entries.