Removes the specified entity from the cache.

Namespace:  Mindscape.LightSpeed.Caching
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void Remove(
	Type entityType,
	Object id
)
Visual Basic (Declaration)
Public Sub Remove ( _
	entityType As Type, _
	id As Object _
)

Parameters

entityType
Type: System..::.Type
The type of the entity being removed.
id
Type: System..::.Object
The id of the entity to be removed.

See Also