 | IgnitionCacheAccessRemove Method |
Removes the specified item from the cache.
Namespace: Ignition.UtilityAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic void Remove(
string key
)
Public Sub Remove (
key As String
)
public:
void Remove(
String^ key
)
member Remove :
key : string -> unit Parameters
- key String
- The unique identifier for the cache entry to remove.
See Also