[This is preliminary documentation and is subject to change.]
Gets cache object by key, optionally filtering-out objects older than ageSec param if it is > zero.
Returns null 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)
Object Get(
TKey key,
int ageSec = 0
)
Object Get(
TKey key,
int ageSec = 0
)
Function Get (
key As TKey,
Optional ageSec As Integer = 0
) As Object
Function Get (
key As TKey,
Optional ageSec As Integer = 0
) As Object
Object^ Get(
TKey key,
int ageSec = 0
)
Object^ Get(
TKey key,
int ageSec = 0
)
abstract Get :
key : 'TKey *
?ageSec : int
(* Defaults:
let _ageSec = defaultArg ageSec 0
*)
-> Object
abstract Get :
key : 'TKey *
?ageSec : int
(* Defaults:
let _ageSec = defaultArg ageSec 0
*)
-> Object
Return Value
Type:
Object