Table Get Method NFX Class Library

[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.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public CacheRec Get(
	ulong key,
	int ageSec = 0
)

Return Value

Type: CacheRec
See Also