CacheRemove Method

Remove a an item with a specific name from the cache

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
C#
public void Remove(
	string Key
)

Parameters

Key  String
Name of the item to remove.

Remarks

No exception is thrown if the specified item does not exist.

Exceptions

InvalidValueExceptionWhen Key is null or empty.

See Also