Mindscape LightSpeed - User Reference & API Documentation
Contains Method (entityType, id)
API ReferenceMindscape.LightSpeed.CachingCacheBrokerContains(Type, Object)
Determines whether an item with the supplied is in the cache.
Declaration Syntax
C#Visual Basic
public bool Contains(
	Type entityType,
	Object id
)
Public Function Contains ( _
	entityType As Type, _
	id As Object _
) As Boolean
Parameters
entityType (Type)
The type of the cached entity.
id (Object)
The id of the item.
Return Value
true if the item is in the cache; otherwise, false.

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