Class: Puppet::Environments::Cached::NotCachedEntry Private

Inherits:
Entry
  • Object
show all
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

#value

Instance Method Summary collapse

Methods inherited from Entry

#initialize

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.

Returns:

  • (Boolean)


509
510
511
# File 'lib/puppet/environments.rb', line 509

def expired?
  true
end

#expiresObject

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.



517
518
519
# File 'lib/puppet/environments.rb', line 517

def expires
  START_OF_TIME
end

#labelObject

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.



513
514
515
# File 'lib/puppet/environments.rb', line 513

def label
  "(ttl = 0 sec)"
end