ProjectedFileSystemClearNegativePathCache Method |
Purges the virtualization instance's negative path cache, if it is active.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual long ClearNegativePathCache(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be thrown otherwise the return value may be null.
Return Value
Type:
Int64A value that represents the number of paths that were in the cache before it was purged.
See Also