Exemplo n.º 1
0
 /**
  * Reset the email cache. The MAIL_CONTAINER will still be listed as
  * pre-cacheable.
  */
 public static function resetEmailCache()
 {
     self::$_emailCache = array();
     self::$_preCache['MAIL_CONTAINER'] = true;
 }