mondrian.rolap
Interface CacheControlImpl.MemberEditCommandPlus

All Superinterfaces:
CacheControl.MemberEditCommand
Enclosing class:
CacheControlImpl

static interface CacheControlImpl.MemberEditCommandPlus
extends CacheControl.MemberEditCommand

Implementation-specific extensions to the CacheControl.MemberEditCommand interface.

 

Method Summary
 void execute(List<CacheControl.CellRegion> cellRegionList)
          Executes this command, and gathers a list of cell regions affected in the cellRegionList parameter.
 

Method Detail

execute

void execute(List<CacheControl.CellRegion> cellRegionList)
Executes this command, and gathers a list of cell regions affected in the cellRegionList parameter. The caller will flush the cell regions later.

Parameters:
cellRegionList - Populated with a list of cell regions which are invalidated by this action

SourceForge.net_Logo