module Dalli::PIDCache
Dalli::PIDCache
is a wrapper class for PID checking to avoid system calls when checking the PID.
Attributes
pid[R]
Public Class Methods
update!()
click to toggle source
# File lib/dalli/pid_cache.rb, line 15 def update! @pid = Process.pid end