Module Puppet::Util::Cacher
In: lib/puppet/util/cacher.rb

Methods

extended   included  

Classes and Modules

Module Puppet::Util::Cacher::ClassMethods
Module Puppet::Util::Cacher::Expirer
Module Puppet::Util::Cacher::InstanceMethods

Public Class methods

Our module has been extended in a class; we can only add the Instance methods, which become class methods in the class.

Our module has been included in a class, which means the class gets the class methods and all of its instances get the instance methods.

[Validate]