# Functions

New returns a cache with a given default expiration and cleanup interval.

# Constants

DefaultExpiration as configured with New() eg 5 minutes.
NoExpiration eg will never be deleted.

# Structs

Cache construct to control garbage collector.
Item is a generic interface holding the cache object.