View Source AntikytheraCore.Ets.Memcache (antikythera v0.5.1)
Summary
Functions
@spec delete(term(), Antikythera.ExecutorPool.Id.t()) :: :ok
@spec init() :: :ok
@spec read(term(), Antikythera.ExecutorPool.Id.t()) :: Croma.Result.t(term(), :not_found)
@spec table_name() :: atom()
@spec write( term(), term(), integer(), integer(), Antikythera.ExecutorPool.Id.t() ) :: :ok