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