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