AFData.CacheEnabled Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Whether AFDataCache is enabled for this AFData instance.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool CacheEnabled { get; }
Public ReadOnly Property CacheEnabled As Boolean Get Dim instance As AFData Dim value As Boolean value = instance.CacheEnabled
public: property bool CacheEnabled { bool get (); }
member CacheEnabled : bool with get
Property Value
Type: BooleanReturns if the AFDataCache is enabled for this AFData instance. Otherwise is returned.