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