Beispiel #1
0
 /**
  * Gets or sets the cache config to be used
  *
  * @param string $config
  * @return string
  */
 public static function config($config = null)
 {
     if (empty($config)) {
         return self::$_config;
     }
     self::$_config = $config;
 }