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.MemberEditCommand
interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
commit()
void
execute(java.util.List<CacheControl.CellRegion> cellRegionList)
Executes this command, and gathers a list of cell regions affected in thecellRegionList
parameter.
-
-
-
Method Detail
-
execute
void execute(java.util.List<CacheControl.CellRegion> cellRegionList)
Executes this command, and gathers a list of cell regions affected in thecellRegionList
parameter. 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()
-
-