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()
Link to this function

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

View Source
@spec write(
  term(),
  term(),
  integer(),
  integer(),
  Antikythera.ExecutorPool.Id.t()
) :: :ok