View Source ExCache behaviour (ex_cache v0.1.0)
Documentation for ExCache
.
Summary
Types
@type k() :: term()
@type name() :: term()
@type put_opts() :: [{:ttl, pos_integer() | :infinity}]
@type t() :: pid() | {atom(), node()} | ExCache.Typespecs.name()
@type v() :: term() | nil