antikythera v0.4.0 AntikytheraCore.ExecutorPool.MemcacheWriter View Source

A GenServer to manage memcache for each executor pool.

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

max_records() :: non_neg_integer()
Link to this function

write(key, value, epool_id, lifetime_in_sec, prob_lifetime_ratio)

View Source

Specs

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