Mindscape LightSpeed - User Reference & API Documentation
Set Method (entity)
API ReferenceMindscape.LightSpeed.CachingCacheBrokerSet(Entity)
Sets an entity into the cache overwriting any existing entity with the same key.
Declaration Syntax
C#Visual Basic
public void Set(
	Entity entity
)
Public Sub Set ( _
	entity As Entity _
)
Parameters
entity (Entity)
The entity.

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