Click or drag to resize

IgnitionCacheAccessSet Method

Inserts a cache entry into the cache.

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void Set(
	string key,
	Object value,
	TimeSpan? absoluteExpirationRelativeToNow = null
)

Parameters

key  String
A unique identifier for the cache entry to insert.
value  Object
The data for the cache entry.
absoluteExpirationRelativeToNow  NullableTimeSpan  (Optional)
A fixed amount of time after which the cache entry will expire.
See Also