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
)
Public Shared Function IsPreferenceCached (
ownerLevel As String,
ownerID As Object
) As Boolean
Parameters
- ownerLevel
- Type: SystemString
The owner level of the preference. - ownerID
- Type: SystemObject
The owner ID of the preference.
Return Value
Type:
BooleanTrue if he preference is cached, else false.
See Also