# File lib/nanoc/base/compilation/compiled_content_cache.rb, line 26
    def [](rep)
      item_cache = @cache[rep.item.identifier] || {}
      item_cache[rep.name]
    end