Method: Puppet::Environments::Cached::MRUEntry#expired?

Defined in:
lib/puppet/environments.rb

#expired?(now) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


590
591
592
# File 'lib/puppet/environments.rb', line 590

def expired?(now)
  now > @ttl
end