Package mondrian.rolap
Interface CacheControlImpl.MemberEditCommandPlus
-
- All Superinterfaces:
CacheControl.MemberEditCommand
- Enclosing class:
- CacheControlImpl
static interface CacheControlImpl.MemberEditCommandPlus extends CacheControl.MemberEditCommand
Implementation-specific extensions to theCacheControl.MemberEditCommandinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommit()voidexecute(List<CacheControl.CellRegion> cellRegionList)Executes this command, and gathers a list of cell regions affected in thecellRegionListparameter.
-
-
-
Method Detail
-
execute
void execute(List<CacheControl.CellRegion> cellRegionList)
Executes this command, and gathers a list of cell regions affected in thecellRegionListparameter. The caller will flush the cell regions later.- Parameters:
cellRegionList- Populated with a list of cell regions which are invalidated by this action
-
commit
void commit()
-
-