# File lib/puppet/util/cacher.rb, line 12
12:         def dependent_data_expired?(ts)
13:             return false unless timestamp
14: 
15:             return timestamp > ts
16:         end