This commit is contained in:
Amit Snyderman
2013-09-16 20:50:47 -04:00
parent d6e1b45053
commit 046ad2b968
4 changed files with 99 additions and 0 deletions
+7
View File
@@ -9,6 +9,13 @@
* file that was distributed with this source code.
*/
/**
* Abstract Mustache Cache class.
*
* Provides logging support to child implementations.
*
* @abstract
*/
abstract class Mustache_Cache_AbstractCache implements Mustache_Cache
{
private $logger = null;