summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/cacher.rb
Commit message (Expand)AuthorAgeFilesLines
* Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2011-07-211-67/+15
* Fix #4244 - Cached Attributes is not thread safeBrice Figureau2010-07-251-10/+15
* Code smell: Two space indentationMarkus Roberts2010-07-091-112/+112
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-2/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Fixing a bunch of warningsLuke Kanies2009-06-031-1/+1
* Changing Puppet::Cacher::Expirer#expired? method nameLuke Kanies2009-05-281-2/+2
* Fixing #2288 - fixing the tests broken by my attr_ttl codeLuke Kanies2009-05-221-0/+1
* Adding TTL support to attribute cachingLuke Kanies2009-05-201-4/+34
* 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