# Functions
No description provided by the author
# Structs
SimpleCacher is the simplest implementation of the Cacher interface.
No description provided by the author
# Interfaces
Cacher is an interface for a system that pulls items from storage and retains them in the cache while they are being used, then writes them back to storage.
SetValue represents the value of an item that belongs to a larger set of items that can be used via a cacher.
Value represents the value of an item that can be used via a cacher.