# File lib_wpm/wpm.rb, line 829
    def page_name
      # [cacheable reason]
      # if @page_name is changed, page cache entry in WPM::PageCache
      # will be expired.
      @page_name = @parent_component.page_name unless @page_name
      @page_name
    end