Mindscape LightSpeed - User Reference & API Documentation
Get Method (entityType, id)
API ReferenceMindscape.LightSpeed.CachingCacheBrokerGet(Type, Object)
Gets the specified entity from the cache.
Declaration Syntax
C#Visual Basic
public Entity Get(
	Type entityType,
	Object id
)
Public Function Get ( _
	entityType As Type, _
	id As Object _
) As Entity
Parameters
entityType (Type)
The type of the cached entity.
id (Object)
The id.
Return Value
An Entity or null.

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