Sitecore 5.1.1 API

CustomCache.SetObject Method (String, Object, Int64)

[Visual Basic]
Overloads Protected Sub SetObject( _
   ByVal key As String, _
   ByVal value As Object, _
   ByVal size As Long _
)
[C#]
protected void SetObject(
   string key,
   object value,
   long size
);

See Also

CustomCache Class | Sitecore.Caching Namespace | CustomCache.SetObject Overload List