| ShadeServiceGetCache Method (Int32) |
Namespace:
Dynamicweb.Content.Items
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public IDictionary<string, string> GetCache(
int key
)
Public Function GetCache (
key As Integer
) As IDictionary(Of String, String)
Parameters
- key
- Type: SystemInt32
Return Value
Type:
IDictionaryString,
StringSee Also