index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
util
/
cacher.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework Puppet::Util::Cacher to only expire using TTLs
Nick Lewis
2011-07-21
1
-67
/
+15
*
Fix #4244 - Cached Attributes is not thread safe
Brice Figureau
2010-07-25
1
-10
/
+15
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-112
/
+112
*
Code smell: Don't restate results directly after assignment
Markus Roberts
2010-07-09
1
-2
/
+0
*
Code smell: Use ||= for conditional initialization
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Omit needless checks on defined
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-3
/
+3
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-9
/
+3
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-2
/
+2
*
Fixing a bunch of warnings
Luke Kanies
2009-06-03
1
-1
/
+1
*
Changing Puppet::Cacher::Expirer#expired? method name
Luke Kanies
2009-05-28
1
-2
/
+2
*
Fixing #2288 - fixing the tests broken by my attr_ttl code
Luke Kanies
2009-05-22
1
-0
/
+1
*
Adding TTL support to attribute caching
Luke Kanies
2009-05-20
1
-4
/
+34
*
Supporting a nil expirer on cacher objects.
Luke Kanies
2008-12-18
1
-1
/
+8
*
Adding caching support to parameters, and using cached attributes for file so...
Luke Kanies
2008-11-11
1
-0
/
+6
*
Allowing a nil expirer for caching classes.
Luke Kanies
2008-11-11
1
-1
/
+2
*
Refactoring the Cacher interface to always require attribute declaration.
Luke Kanies
2008-11-11
1
-64
/
+43
*
Changing the Cacher.invalidate method to Cacher.expire.
Luke Kanies
2008-11-11
1
-4
/
+8
*
Fixing a critical bug in the Cacher module.
Luke Kanies
2008-11-11
1
-13
/
+27
*
Adding comments to Puppet::Util::Cacher
Luke Kanies
2008-10-15
1
-2
/
+26
*
Using the new Cacher class for handling cached data.
Luke Kanies
2008-05-13
1
-8
/
+10
*
Adding a module for handling caching information.
Luke Kanies
2008-05-07
1
-0
/
+67