Assembly: Report;
The IPrxSliceDataCache interface contains properties and methods to set up parameters for caching slice data.
IPrxSliceDataCache
The interface does not contain its own properties and methods.
To set up caching parameters, object of the IPrxSlice type needs to be cast to the following type:
Var
//…
Slice: IPrxSlice;
SliceCache: IPrxSliceDataCache;
//…
Begin
//…
Slice := //Get slice parameters
SliceCache := Slice As IPrxSliceDataCache;
//…
Property name | Brief description | |
UseDataCache | The UseDataCache property determines whether data caching is used. |
Method name | Brief description | |
FlushDataCache | The FlushDataCache method clears data cache. |
See also: