Gck.ObjectCache.prototype.fill

function fill(attrs: Gck.Attributes): void {
    // Gjs wrapper for gck_object_cache_fill()
}
  

Adds the attributes to the set cached on this object. If an attribute is already present in the cache it will be overridden by this value.

This will be done in a thread-safe manner.

If the attrs Gck.Attributes is floating, it is consumed.

attrs

the attributes to cache