Class: Puppet::Environments::Cached::DefaultCacheExpirationService Private

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

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.



332
333
# File 'lib/puppet/environments.rb', line 332

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.



339
340
# File 'lib/puppet/environments.rb', line 339

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.

Returns:

  • (Boolean)


335
336
337
# File 'lib/puppet/environments.rb', line 335

def expired?(env_name)
  false
end