C# Класс DomainParser.Library.TLDRulesCache

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Reset ( ) : void

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

Приватные методы

Метод Описание
GetTLDRules ( ) : IDictionary>

Gets the list of TLD rules from the cache

ReadRulesData ( ) : IEnumerable
TLDRulesCache ( ) : System

Описание методов

Reset() публичный статический Метод

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
Результат void