PreferenceFactoryFlushCachedPreferences Method |
Flushes the collection of cached preferences
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void FlushCachedPreferences(
string ownerID = null,
string ownerLevel = null,
bool propagateCacheClear = false,
IAppContext cxt = null
)
Public Shared Sub FlushCachedPreferences (
Optional ownerID As String = Nothing,
Optional ownerLevel As String = Nothing,
Optional propagateCacheClear As Boolean = false,
Optional cxt As IAppContext = Nothing
)
Parameters
- ownerID (Optional)
- Type: SystemString
The ID of the preference we want to clear. If blank, clears all cached preferences. - ownerLevel (Optional)
- Type: SystemString
The level of the preference we want to clear. If blank, clears all cached preferences - propagateCacheClear (Optional)
- Type: SystemBoolean
Flag to determine if this clear cache request also requires a cache clear across a server farm - cxt (Optional)
- Type: NetQuarryIAppContext
Application context (in case we need it)
See Also