IPrxSliceDataCache

Assembly: Report;

Description

The IPrxSliceDataCache interface contains properties and methods to set up parameters for caching slice data.

Inheritance Hierarchy

          IPrxDataCache

          IPrxSliceDataCache

Comments

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;
        //

Properties inherited from IPrxDataCache

  Property name Brief description
UseDataCache The UseDataCache property determines whether data caching is used.

Methods inherited from IPrxDataCache

  Method name Brief description
FlushDataCache The FlushDataCache method clears data cache.

See also:

Report Assembly Interfaces