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? ⇒ Boolean private
- #expires ⇒ Object private
- #label ⇒ Object private
Methods inherited from Entry
Constructor Details
This class inherits a constructor from Puppet::Environments::Cached::Entry
Instance Method Details
#expired? ⇒ 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.
453 454 455 |
# File 'lib/puppet/environments.rb', line 453 def expired? true end |
#expires ⇒ 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.
461 462 463 |
# File 'lib/puppet/environments.rb', line 461 def expires START_OF_TIME 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.
457 458 459 |
# File 'lib/puppet/environments.rb', line 457 def label "(ttl = 0 sec)" end |