etebase_fs_cache_destroy method

void etebase_fs_cache_destroy(
  1. Pointer<EtebaseFileSystemCache> this_
)

Destroy the object

@param this_ the object handle

Implementation

void etebase_fs_cache_destroy(
  ffi.Pointer<EtebaseFileSystemCache> this_,
) {
  return _etebase_fs_cache_destroy(
    this_,
  );
}