# Functions
NewExpiryHeap creates and returns a new ExpiryHeap.
# Constants
NotIndexed indicates that the entry does not exist in the heap.
# Structs
Entry in the ExpiryHeap, tracks the index and expiry time of an item in a ttl cache.
ExpiryHeap is a heap that is ordered by the expiry time of entries.
Timer provides a channel to block on.