C# Class DomainParser.Library.TLDRulesCache

Mostra file Open project: danesparza/domainname-parser Class Usage Examples

Public Methods

Method Description
Reset ( ) : void

Resets the singleton class and flushes all the cached values so they will be re-cached the next time they are requested

Private Methods

Method Description
GetTLDRules ( ) : IDictionary>

Gets the list of TLD rules from the cache

ReadRulesData ( ) : IEnumerable
TLDRulesCache ( ) : System

Method Details

Reset() public static method

Resets the singleton class and flushes all the cached values so they will be re-cached the next time they are requested
public static Reset ( ) : void
return void