setCache() public static méthode

Set config cache
public static setCache ( string $cacheKey, ConfigObject $config )
$cacheKey string
$config ConfigObject
Exemple #1
0
 public function __wakeup()
 {
     ConfigCache::setCache($this->cacheKey, $this);
 }