antikythera v0.3.0 AntikytheraCore.ExecutorPool.MemcacheWriter View Source
A GenServer to manage memcache for each executor pool.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
write(key, value, epool_id, lifetime_in_sec, prob_lifetime_ratio)
View Sourcewrite(term(), term(), Antikythera.ExecutorPool.Id.t(), integer(), float()) :: :ok