# Functions

NewCache creates a new non-thread safe FIFO cache whose capacity is the default size (128).
WithCapacity is an option to set cache capacity.

# Structs

Cache is used a FIFO (First in first out) cache replacement policy.

# Type aliases

Option is an option for FIFO cache.