void IViewLocationCache.InsertViewLocation(System.Web.HttpContextBase httpContext, string key, string virtualPath)
		{
			inner.InsertViewLocation(httpContext, httpContext.GetTheme() + key, virtualPath);
		}
		string IViewLocationCache.GetViewLocation(System.Web.HttpContextBase httpContext, string key)
		{
			return inner.GetViewLocation(httpContext, httpContext.GetTheme() + key);
		}