[This is preliminary documentation and is subject to change.]
Retrieves an item from this table by key where item age is less or equal to requested, or null if it does not exist
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- key
- Type:
System UInt64
Item key
- ageSec (Optional)
- Type:
System Int32
Age of item in seconds, or 0 for any age
Return Value
Type: CacheRecSee Also