Exemplo n.º 1
0
 /**
  * Private constructor to respect the singleton pattern
  * @param string $cacheName The cache name
  */
 private function __construct()
 {
     self::$logger = Logger::getLogger(__CLASS__);
     // common logger for all cache classes
     #echo "DEBUG: Cache ready<br/>";
 }