# File lib/sprockets/index.rb, line 63
      def build_asset(path, pathname, options)
        # Memory cache
        memoize(@assets, pathname.to_s) do
          # Persisted cache
          cache_asset(pathname.to_s) do
            super
          end
        end
      end