Sitecore 5.0 API
StringCache.CacheEntry Constructor
[Visual Basic]
Public Sub New( _
ByVal
value
As
String
, _
ByVal
priority
As
CacheItemPriority
_
)
[C#]
public StringCache.CacheEntry(
string
value
,
CacheItemPriority
priority
);
See Also
StringCache.CacheEntry Class
|
Sitecore.Caching Namespace