File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
activesupport/lib/active_support/cache Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def clear(options = nil)
30
30
FileUtils . rm_r ( root_dirs . collect { |f | File . join ( cache_path , f ) } )
31
31
end
32
32
33
- # Premptively iterates through all stored keys and removes the ones which have expired.
33
+ # Preemptively iterates through all stored keys and removes the ones which have expired.
34
34
def cleanup ( options = nil )
35
35
options = merged_options ( options )
36
36
search_dir ( cache_path ) do |fname |
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def clear(options = nil)
36
36
end
37
37
end
38
38
39
- # Premptively iterates through all stored keys and removes the ones which have expired.
39
+ # Preemptively iterates through all stored keys and removes the ones which have expired.
40
40
def cleanup ( options = nil )
41
41
options = merged_options ( options )
42
42
instrument ( :cleanup , :size => @data . size ) do
You can’t perform that action at this time.
0 commit comments