class Bootsnap::LoadPathCache::Cache

def stale?

def stale?
  @development_mode && @generated_at + AGE_THRESHOLD < now
end