System.Net.Cache.RequestCacheValidator.RequestCacheValidator C# (CSharp) Method

RequestCacheValidator() protected method

protected RequestCacheValidator ( bool strictCacheErrors, System.TimeSpan unspecifiedMaxAge ) : System
strictCacheErrors bool
unspecifiedMaxAge System.TimeSpan
return System
        protected RequestCacheValidator(bool strictCacheErrors, TimeSpan unspecifiedMaxAge)
        {
            _StrictCacheErrors    = strictCacheErrors;
            _UnspecifiedMaxAge    = unspecifiedMaxAge;
            _ValidationStatus     = CacheValidationStatus.DoNotUseCache;
            _CacheFreshnessStatus = CacheFreshnessStatus.Undefined;
        }