Protocol for cache adapters used by VatchexGreece.fetch/2.
Summary
Functions
Looks up a cached value by key. Returns {:ok, value} or :miss.
Stores a value in the cache with a TTL in milliseconds.
Types
@type t() :: term()
All the types that implement this protocol.