etebase_fs_cache_clear_user method
Clear all cache for the user
@param this_ the object handle
Implementation
int etebase_fs_cache_clear_user(
ffi.Pointer<EtebaseFileSystemCache> this_,
) {
return _etebase_fs_cache_clear_user(
this_,
);
}