# Functions
NewMemoryCache returns a new Cache that will store items in an in-memory map.
# Structs
Item is an object which is stored in Cache.
MemoryCache is an implemtation of Cache that will store items in an in-memory map.
# Interfaces
Cache stores, retrieves and deletes cacheable items.