public static function load_cache() { // Load cache from db if (!(self::$cache = get_option(self::CACHE))) { self::$cache = array(); update_option(self::CACHE, self::$cache); } }