Click or drag to resize
CachingDelete Method
Deletes the object from cache.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Delete(
	string key
)

Parameters

key
Type: SystemString
The key to find.
See Also