lib/nanoc/base/services/compiler/phases/cache.rb in nanoc-4.7.9 vs lib/nanoc/base/services/compiler/phases/cache.rb in nanoc-4.7.10

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Nanoc::Int::Compiler::Phases # Provides functionality for (re)calculating the content of an item rep, with caching or # outdatedness checking. Delegates to s::Recalculate if outdated or no cache available. class Cache < Abstract include Nanoc::Int::ContractsSupport