IPrxSliceDataCache

Assembly: Report;

Description

The IPrxSliceDataCache interface contains properties and methods that are used 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, cast the object of the IPrxSlice type 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 contents.

See also:

Report Assembly Interfaces