Sitecore 5.0 API

StringCache.Add Method (String, String, CacheItemPriority)

Adds the current instance.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal key As String, _
   ByVal value As String, _
   ByVal priority As CacheItemPriority _
)
[C#]
public void Add(
   string key,
   string value,
   CacheItemPriority priority
);

Parameters

key
Key.
value
Value.
priority
Priority.

See Also

StringCache Class | Sitecore.Caching Namespace | StringCache.Add Overload List