[This is preliminary documentation and is subject to change.]
Returns true if cache has object with the key, optionally filtering-out objects older than ageSec param if it is > zero.
Returns false if there is no object with the specified key or it is older than ageSec limit.
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
bool ContainsKey(
TKey key,
int ageSec = 0
)
bool ContainsKey(
TKey key,
int ageSec = 0
)
Function ContainsKey (
key As TKey,
Optional ageSec As Integer = 0
) As Boolean
Function ContainsKey (
key As TKey,
Optional ageSec As Integer = 0
) As Boolean
bool ContainsKey(
TKey key,
int ageSec = 0
)
bool ContainsKey(
TKey key,
int ageSec = 0
)
abstract ContainsKey :
key : 'TKey *
?ageSec : int
(* Defaults:
let _ageSec = defaultArg ageSec 0
*)
-> bool
abstract ContainsKey :
key : 'TKey *
?ageSec : int
(* Defaults:
let _ageSec = defaultArg ageSec 0
*)
-> bool
Return Value
Type:
Boolean