Sitecore 5.1.1 API

Cache.CacheEntry Constructor (String, Object, Int64, CachePriority, Cache)

[Visual Basic]
Overloads Public Sub New( _
   ByVal key As String, _
   ByVal data As Object, _
   ByVal dataLength As Long, _
   ByVal priority As CachePriority, _
   ByVal cache As Cache _
)
[C#]
public Cache.CacheEntry(
   string key,
   object data,
   long dataLength,
   CachePriority priority,
   Cache cache
);

See Also

Cache.CacheEntry Class | Sitecore.Caching Namespace | Cache.CacheEntry Constructor Overload List