ComplexKeyHashingStrategy Remove Method NFX Class Library

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

Override to remove an item keyed on a non-uint64 scalar from cache. Returns true if remove found and removed item from table

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

public virtual bool Remove(
	string tableName,
	Object key
)

Return Value

Type: OnlineBoolean
See Also