Gio.DBusInterfaceInfo.prototype.cache_build

function cache_build(): void {
    // Gjs wrapper for g_dbus_interface_info_cache_build()
}
  

Builds a lookup-cache to speed up Gio.DBusInterfaceInfo.prototype.lookup_method, Gio.DBusInterfaceInfo.prototype.lookup_signal and Gio.DBusInterfaceInfo.prototype.lookup_property.

If this has already been called with info, the existing cache is used and its use count is increased.

Note that info cannot be modified until Gio.DBusInterfaceInfo.prototype.cache_release is called.

Since 2.30