# Functions

NewCache returns a new Cache with given expiration.

# Structs

Cache is an implementation of cache.Cacher using map type with an expiration time for each item.