C# 클래스 DomainParser.Library.TLDRulesCache

파일 보기 프로젝트 열기: danesparza/domainname-parser 1 사용 예제들

공개 메소드들

메소드 설명
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