Gst.Plugin.prototype.get_cache_data

function get_cache_data():Gst.Structure {
    // Gjs wrapper for gst_plugin_get_cache_data()
}

Gets the plugin specific data cache. If it is null there is no cached data stored. This is the case when the registry is getting rebuilt.

Returns

The cached data as a Gst.Structure or null.