コード例 #1
0
ファイル: class_output.php プロジェクト: MenZil-Team/anwiki
 function putCachedOutputHtml($sCacheKey)
 {
     AnwCache_outputHtml::putCachedOutputHtml($sCacheKey, $this);
 }
コード例 #2
0
ファイル: class_page.php プロジェクト: MenZil-Team/anwiki
 function getCachedOutputHtml($sCacheKey)
 {
     return AnwCache_outputHtml::getCachedOutputHtml($this, $sCacheKey);
 }