Sitecore 5.0 API

GlobalCache.RemovePrefix Method 

Removes the prefix.

[Visual Basic]
Public Shared Sub RemovePrefix( _
   ByVal keyPrefix As String _
)
[C#]
public static void RemovePrefix(
   string keyPrefix
);

Parameters

keyPrefix
Key prefix.

See Also

GlobalCache Class | Sitecore.Caching Namespace