# File lib/innate/cache/file_based.rb, line 31 def cache_fetch(*args) super{|key| transaction{|store| store[key] } } end