Skip to main content

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

TypeDescription
boolTrue if the ReaderWorkItem's data is cached, False otherwise.