# File lib/puppet/util/cacher.rb, line 62 62: def attr_ttl(name) 63: return nil unless @attr_ttls 64: @attr_ttls[name] 65: end