[ Version ( since = "3.30" ) ]
public string? get_object_include_deleted (string uid, out string? out_revision, out CacheColumnValues? out_other_columns, Cancellable? cancellable = null) throws Error
The same as @get, only considers also locally deleted objects.
| this |
an Cache |
| uid |
a unique identifier of an object |
| out_revision |
an out variable for a revision of the object, or null to ignore |
| out_other_columns |
an out variable for CacheColumnValues other columns, as defined when creating the this, or null to ignore |
| cancellable |
optional Cancellable object, or null |
|
An object with the given |