C# 클래스 Glass.Mapper.Sc.ModelCache.ModelCacheManager

상속: IModelCacheManager
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
Add ( string path, Type modelType ) : void
Get ( string path ) : Type
GetKey ( string path ) : string

비공개 메소드들

메소드 설명
FileSystemWatcher_Changed ( object sender, FileSystemEventArgs e ) : void
FileSystemWatcher_Renamed ( object sender, RenamedEventArgs e ) : void
ModelCacheManager ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( string path, Type modelType ) : void
path string
modelType System.Type
리턴 void

Get() 공개 메소드

public Get ( string path ) : Type
path string
리턴 System.Type

GetKey() 공개 메소드

public GetKey ( string path ) : string
path string
리턴 string