View Source ExKits.Cache (lib_oss v0.1.0)
simple cache framework
Summary
Types
@type k() :: term()
@type put_opts() :: [{:ttl, pos_integer() | :infinity}]
@type storage() :: ExKits.Cache.Storage.t()
@type v() :: term() | nil
simple cache framework
@type k() :: term()
@type put_opts() :: [{:ttl, pos_integer() | :infinity}]
@type storage() :: ExKits.Cache.Storage.t()
@type v() :: term() | nil