antikythera v0.3.0 AntikytheraCore.Ets.Memcache View Source
Link to this section Summary
Link to this section Functions
Link to this function
delete(key, epool_id)
View Sourcedelete(term(), Antikythera.ExecutorPool.Id.t()) :: :ok
Link to this function
read(key, epool_id)
View Sourceread(term(), Antikythera.ExecutorPool.Id.t()) :: Croma.Result.t(term(), :not_found)
Link to this function
write(key, value, expire_at, prob_expire_at, epool_id)
View Sourcewrite(term(), term(), integer(), integer(), Antikythera.ExecutorPool.Id.t()) :: :ok