Property IsCached
IsCached
Gets a value indicating whether object's data is cached currently and no data reading is required.
public abstract bool IsCached { get; }
Property Value
- bool
true
if object's data is cached; otherwise,false
.
Gets a value indicating whether object's data is cached currently and no data reading is required.
public abstract bool IsCached { get; }
true
if object's data is cached; otherwise, false
.