package
1.1.0
Repository: https://github.com/go-dockly/utility.git
Documentation: pkg.go.dev

# 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.