Sitecore 5.1.1 API

CachePrefix.Base Field

The base Sitecore cache prefix.

[Visual Basic]
Public Const Base As String = "SC_"
[C#]
public const string Base = "SC_";

Remarks

Other cache prefixes starts with this base prefix.

See Also

CachePrefix Class | Sitecore Namespace