From 689be14d0f15634d2da0f031e0a353af658a319c Mon Sep 17 00:00:00 2001 From: Amit Snyderman Date: Fri, 6 Sep 2013 09:06:26 -0400 Subject: [PATCH] Invalid documentation --- src/Mustache/Engine.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Mustache/Engine.php b/src/Mustache/Engine.php index ef3e752..bf7f1c5 100644 --- a/src/Mustache/Engine.php +++ b/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',