C# Class DomainParser.Library.TLDRulesCache

Afficher le fichier Open project: danesparza/domainname-parser Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetTLDRules ( ) : IDictionary>

Gets the list of TLD rules from the cache

ReadRulesData ( ) : IEnumerable
TLDRulesCache ( ) : System

Method Details

Reset() public static méthode

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
Résultat void