Class: Puppet::Environments::Cached::DefaultCacheExpirationService Private
- Defined in:
- lib/puppet/environments.rb
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.
Instance Method Summary collapse
- #created(env) ⇒ Object private
- #evicted(env_name) ⇒ Object private
- #expired?(env_name) ⇒ Boolean private
Instance Method Details
#created(env) ⇒ 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.
280 281 |
# File 'lib/puppet/environments.rb', line 280 def created(env) end |
#evicted(env_name) ⇒ 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.
287 288 |
# File 'lib/puppet/environments.rb', line 287 def evicted(env_name) end |
#expired?(env_name) ⇒ 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.
283 284 285 |
# File 'lib/puppet/environments.rb', line 283 def expired?(env_name) false end |