antikythera v0.4.0 AntikytheraCore.Ets.Memcache View Source

Link to this section Summary

Link to this section Functions

Specs

delete(term(), Antikythera.ExecutorPool.Id.t()) :: :ok

Specs

init() :: :ok

Specs

read(term(), Antikythera.ExecutorPool.Id.t()) ::
  Croma.Result.t(term(), :not_found)

Specs

table_name() :: atom()
Link to this function

write(key, value, expire_at, prob_expire_at, epool_id)

View Source

Specs

write(term(), term(), integer(), integer(), Antikythera.ExecutorPool.Id.t()) ::
  :ok