Dalli::PIDCache is a wrapper class for PID checking to avoid system calls when checking the PID.
Dalli::PIDCache
# File lib/dalli/pid_cache.rb, line 15 def update! @pid = Process.pid end