-
Use AtomicFixNum to implement CAS isolated cache update. · 408208bcPawel Chojnacki authored
i.e. Using compare and swap we update the expires_at value. The thread that actually is able to update this value will also set the cache holding method_call enabled state
408208bc
×