Protocol for cache adapters used by VatchexVies.lookup/3.
Summary
Functions
Looks up a cached value by key. Returns {:ok, value} or :miss.
Stores a value in the cache. The opts keyword list may include
Types
@type t() :: term()
All the types that implement this protocol.