Sitecore 5.0 API
StringCache.RemovePrefix Method
Removes the prefix.
[Visual Basic]
Public Sub RemovePrefix( _
ByVal
keyPrefix
As
String
_
)
[C#]
public
void
RemovePrefix(
string
keyPrefix
);
Parameters
keyPrefix
Key prefix.
See Also
StringCache Class
|
Sitecore.Caching Namespace