ComplexKeyHashingStrategy Get Method NFX Class Library

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

Override to get a value keyed on a non-uint64 scalar from cache. Returns null when item does not exist

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

public virtual Object Get(
	string tableName,
	Object key,
	int ageSec = 0
)

Return Value

Type: OnlineObject
See Also