Class: Puppet::Environments::Cached::NotCachedEntry Private
- Defined in:
- lib/puppet/environments.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Always evicting entry
Instance Attribute Summary
Attributes inherited from Entry
Instance Method Summary collapse
- #expired?(now) ⇒ Boolean private
- #label ⇒ Object private
Methods inherited from Entry
#guard, #guarded?, #initialize, #touch, #unguard
Constructor Details
This class inherits a constructor from Puppet::Environments::Cached::Entry
Instance Method Details
#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.
570 571 572 |
# File 'lib/puppet/environments.rb', line 570 def expired?(now) true end |
#label ⇒ Object
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.
574 575 576 |
# File 'lib/puppet/environments.rb', line 574 def label "(ttl = 0 sec)" end |