Mindscape LightSpeed - User Reference & API Documentation
Remove Method (entityType, id)
API ReferenceMindscape.LightSpeed.CachingCacheBrokerRemove(Type, Object)
Removes the specified entity from the cache.
Declaration Syntax
C#Visual Basic
public void Remove(
	Type entityType,
	Object id
)
Public Sub Remove ( _
	entityType As Type, _
	id As Object _
)
Parameters
entityType (Type)
The type of the entity being removed.
id (Object)
The id of the entity to be removed.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)