# Functions
NewExpiring creates a new Expiring entry.
NewExpiringCache creates a new ExpiringCache based on the configuration If the configuration is nil, the default eviction time is 30 minutes.
# Structs
ExpiringCache is a cache that expires entries after a certain time.
ExpiringCacheConfig is the configuration for the ExpiringCache.