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