Example #1
0
 /**
  * Set the template cache manager (system method)
  * @param Cache_Interface $manager
  */
 public static function setCache(Cache_Interface $manager)
 {
     self::$_defaultCache = $manager;
 }