ComplexKeyHashingStrategy Put Method NFX Class Library

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

Override to put a value keyed on a non-uint64 scalar into cache. Returns table.Put() result

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

public virtual bool Put(
	string tableName,
	Object key,
	Object value,
	int maxAgeSec = 0,
	int priority = 0,
	Nullable<DateTime> absoluteExpirationUTC = null
)

Return Value

Type: OnlineBoolean
See Also