module Dalli::PIDCache
def pid
def pid Process.pid end
def update!
def update! @pid = Process.pid # rubocop:disable ThreadSafety/ClassInstanceVariable end
def pid Process.pid end
def update! @pid = Process.pid # rubocop:disable ThreadSafety/ClassInstanceVariable end