Sitecore 5.1.1 API
RegistryCache Constructor
[Visual Basic]
Public Sub New( _
ByVal
site
As
SiteInfo
, _
ByVal
maxSize
As
Long
_
)
[C#]
public RegistryCache(
SiteInfo
site
,
long
maxSize
);
See Also
RegistryCache Class
|
Sitecore.Caching Namespace