Mindscape LightSpeed - User Reference & API Documentation
Add Method (entity, expiry)
API ReferenceMindscape.LightSpeed.CachingCacheBrokerAdd(Entity, TimeSpan)
Add an entity to the cache, only if it does not already exist.
Declaration Syntax
C#Visual Basic
public void Add(
	Entity entity,
	TimeSpan expiry
)
Public Sub Add ( _
	entity As Entity, _
	expiry As TimeSpan _
)
Parameters
entity (Entity)
The entity.
expiry (TimeSpan)
The interval after which the entity expires and is removed from the cache.

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