Click or drag to resize

PreferenceFactoryIsPreferenceCached Method

Determines if a given preference (owner and level) is cached into global cache.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsPreferenceCached(
	string ownerLevel,
	Object ownerID
)

Parameters

ownerLevel
Type: SystemString
The owner level of the preference.
ownerID
Type: SystemObject
The owner ID of the preference.

Return Value

Type: Boolean
True if he preference is cached, else false.
See Also