Bombsquad.DynamicMedia.Implementations.FormatInfo.RegistryFormatInfoProvider.RegistryFormatInfoProvider C# (CSharp) Method

RegistryFormatInfoProvider() public method

public RegistryFormatInfoProvider ( System.TimeSpan clientCacheMaxAge ) : System
clientCacheMaxAge System.TimeSpan
return System
        public RegistryFormatInfoProvider( TimeSpan? clientCacheMaxAge )
        {
            m_clientCacheMaxAge = clientCacheMaxAge;
            m_formatInfoCache = new ConcurrentDictionary<string, IFormatInfo>();
        }