etebase_fs_cache_clear_user method

int etebase_fs_cache_clear_user(
  1. Pointer<EtebaseFileSystemCache> this_
)

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_,
  );
}