WikiFunctions.SiteInfo.Key C# (CSharp) Method

Key() private static method

For object caching support
private static Key ( string scriptPath ) : string
scriptPath string
return string
        private static string Key(string scriptPath)
        {
            return "SiteInfo(" + scriptPath + ")@";
        }