ProcessCachedIORequests Property
Whether cached file read/write requests should be processed.
Syntax
public boolean isProcessCachedIORequests(); public void setProcessCachedIORequests(boolean processCachedIORequests);
Default Value
False
Remarks
This property specifies whether the class's system driver should process cached file read/write requests (i.e., fire *ReadFile and *WriteFile events for them). Please refer to the Cached and Non-Cached Requests topic for more information.
Note: This property cannot be changed when Active is true.