# File lib/innate/cache/file_based.rb, line 35
      def cache_delete(*args)
        super{|key| transaction{|store| store.delete(key) } }
      end