summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/cacher.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-185/+0
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Changing Puppet::Cacher::Expirer#expired? method nameLuke Kanies2009-05-281-3/+3
* Fixing #2288 - fixing the tests broken by my attr_ttl codeLuke Kanies2009-05-221-0/+9
* Adding TTL support to attribute cachingLuke Kanies2009-05-201-1/+53
* Supporting a nil expirer on cacher objects.Luke Kanies2008-12-181-0/+15
* Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-111-0/+10
* Allowing a nil expirer for caching classes.Luke Kanies2008-11-111-1/+6
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-100/+50
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-17/+11
* Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-8/+0
* Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-4/+20
* Adding a module for handling caching information.Luke Kanies2008-05-071-0/+142