AFCache.Clear Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Removes all items from the AF SDK's cache. These items may still be accessed by
the AF SDK up until the .NET garbage collector destroys them.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static void Clear()
Public Shared Sub Clear AFCache.Clear()
public: static void Clear()
static member Clear : unit -> unit