Ejemplo n.º 1
0
 /**
  * Initialises the cache handler and loads the default cache resources.
  */
 protected function initCache()
 {
     self::$cacheObj = new CacheHandler();
     $this->loadDefaultCacheResources();
 }