CBFS Connect 2020 Java Edition

Questions / Feedback?

DisableRouteCache Method

Disable the automatic routing of requests to local files.

Syntax

public void disableRouteCache(boolean invalidateRoutedFiles);

Remarks

This method disables the automatic routing of requests to files in the directory specified by a previous call to EnableRouteCache (please refer to that method for more information about said request routing).

The InvalidateRoutedFiles parameter controls what happens to any handles currently open for files in the aforementioned directory; passing true will allow them to continue being used, while passing false will invalidate them immediately.

Note: This method cannot be called within events.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 Java Edition - Version 20.0 [Build 8348]