View Source AntikytheraCore.ExecutorPool.MemcacheWriter (antikythera v0.5.1)

A GenServer to manage memcache for each executor pool.

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

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

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

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