public static function getCache()
 {
     if (!self::$cache) {
         self::$cache = new CacheBase();
     }
     return self::$cache;
 }