# Functions
NewFileCache returns a file cache with a set row limit.
NewMemoryCache initializes the memory store with a given size, but it can continue to grow.
# Structs
FileCache stores rows from the wire and puts excess into a temporary file.
MemoryCache is a simple in memory row store.