System.Net.Cache.RequestCacheProtocol.RevalidateCache C# (CSharp) Method

RevalidateCache() private method

private RevalidateCache ( ) : CacheValidationStatus
return CacheValidationStatus
        private CacheValidationStatus RevalidateCache() {

            CacheValidationStatus result = _Validator.RevalidateCache();
            _Validator.SetValidationStatus(result);

            if(Logging.On) Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_result, "RevalidateCache()", result.ToString()));
            return result;
        }
        //