lib/nanoc/base/repos/compiled_content_cache.rb in nanoc-4.1.6 vs lib/nanoc/base/repos/compiled_content_cache.rb in nanoc-4.2.0b1

- old
+ new

@@ -3,10 +3,10 @@ # to prevent it from being needlessly recompiled. # # @api private class CompiledContentCache < ::Nanoc::Int::Store def initialize - super('tmp/compiled_content', 1) + super('tmp/compiled_content', 2) @cache = {} end # Returns the cached compiled content for the given item