# File lib/puppet/util/cacher.rb, line 32
32:     def self.included(other)
33:         other.extend(ClassMethods)
34:         other.send(:include, InstanceMethods)
35:     end