/// When dealing with caches, fetch values are the most common operation. This
/// enum represents the result of a fetch operation, and can be used to determine
/// if you've got a cache miss or not. It works a lot like the `Option` enum, but
/// with a bit more context.