18 19 20 21 22 23 24
# File 'lib/garner/cache/identity.rb', line 18 def fetch(&block) if @nocache yield else Garner::Cache.fetch(@bindings, @key_hash, @options_hash, &block) end end