소스 검색

Invalid documentation

Amit Snyderman 12 년 전
부모
커밋
689be14d0f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/Mustache/Engine.php

+ 0 - 3
src/Mustache/Engine.php

@@ -52,9 +52,6 @@ class Mustache_Engine
      *         // The class prefix for compiled templates. Defaults to '__Mustache_'.
      *         'template_class_prefix' => '__MyTemplates_',
      *
-     *         // A Mustache cache instance. Uses a NoopCache if not specified.
-     *         'cacher' => new Mustache_Cache_FilesystemCache(dirname(__FILE__).'/tmp/cache/mustache'),
-     *
      *         // A Mustache cache instance or a cache directory string for compiled templates.
      *         // Mustache will not cache templates unless this is set
      *         'cache' => dirname(__FILE__).'/tmp/cache/mustache',