CacheStore Item Property (String, UInt64)NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a cached record from named table identified by the key or null if this item was not found

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public CacheRec this[
	string table,
	ulong key
] { get; }

Property Value

Type: CacheRec
See Also