summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/cacher.rb
Commit message (Expand)AuthorAgeFilesLines
* Supporting a nil expirer on cacher objects.Luke Kanies2008-12-181-1/+8
* Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-111-0/+6
* Allowing a nil expirer for caching classes.Luke Kanies2008-11-111-1/+2
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-64/+43
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-4/+8
* Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-13/+27
* Adding comments to Puppet::Util::CacherLuke Kanies2008-10-151-2/+26
* Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-8/+10
* Adding a module for handling caching information.Luke Kanies2008-05-071-0/+67