fromCache property

bool fromCache

标记本次任务的结果是否是从本地缓存加载

Work.onHitCache返回true时此属性也为true

Implementation

bool get fromCache => _fromCache;