# File lib_wpm/wpm.rb, line 867
    def compile
      # [cacheable reason]
      # if @page is changed, page cache entry in WPM::PageCache
      # will be expired.
      @page = parent_page       # optimized
      nil
    end