ReaderWorkItem
No overview available.
Methods
IsCached()
@classmethod
def IsCached() - > bool
Checks if the ReaderWorkItem is cached. Callers use this to determine if the data associated with the work item is already available locally.
Returns
| Type | Description |
|---|---|
bool | True if the ReaderWorkItem's data is cached, False otherwise. |