NonExistentFilesCacheSize Property
The size of the nonexistent files cache.
Syntax
public int getNonExistentFilesCacheSize(); public void setNonExistentFilesCacheSize(int nonExistentFilesCacheSize);
Default Value
2048
Remarks
This property specifies the maximum size of the nonexistent files cache as a number of entries. The value must be a positive number. The maximum valid value is 65536.
Please refer to the NonExistentFilesCacheEnabled property, as well as the Caching topic, for more information.
Note: This property cannot be changed within events.
This property is not available at design time.