# File lib/innate/cache/file_based.rb, line 39
      def transaction(&block)
        Innate.sync{ @store.transaction(&block) }
      end