MarkAndDeleteInit
this is the interface used to initialize the mark and delete functionality at the global or feature level
Properties
Name | Type | Description |
---|---|---|
markDirtyFetchesNew | boolean | If this is set to true, than any time a row is marked as dirty the system will retrieve a new value from the server. Otherwise, it will just reset the dirty timeout internally. |
markDirtyTime | number | The time in milliseconds to wait before marking a row as dirty. When a row is marked as dirty, and it is being used it will re-retrieve the row if If If |
removeTime | number | The time in milliseconds to wait before removing a row from the store. |
runInterval | number | The time in milliseconds that determines how often the system looks at the rows to see if they need to be marked dirty or removed. If this is not set, it will default to one minute. runInterval is only recognized at the global level. If you want to change it, you must change it at the global level. |