Click or drag to resize

IgnitionCacheAccessRemove Method

Removes the specified item from the cache.

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void Remove(
	string key
)

Parameters

key  String
The unique identifier for the cache entry to remove.
See Also