Checks if a cache item exists by its key.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Exists(
string key
)
Public Function Exists (
key As String
) As Boolean
public:
bool Exists(
String^ key
)
member Exists :
key : string -> bool
Parameters
- key
- Type: SystemString
The key to find.
Return Value
Type:
Boolean
See Also