static interface CacheControlImpl.MemberEditCommandPlus extends CacheControl.MemberEditCommand
CacheControl.MemberEditCommand interface.| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
execute(List<CacheControl.CellRegion> cellRegionList)
Executes this command, and gathers a list of cell regions affected
in the
cellRegionList parameter. |
void execute(List<CacheControl.CellRegion> cellRegionList)
cellRegionList parameter. The caller will flush the
cell regions later.cellRegionList - Populated with a list of cell regions which
are invalidated by this actionvoid commit()