C# Class Glass.Mapper.Sc.ModelCache.ModelCacheManager
Exibir arquivo
Open project: mikeedwards83/Glass.Mapper
Public Methods
Method |
Description |
|
Add ( string path, Type modelType ) : void |
|
|
Get ( string path ) : Type |
|
|
GetKey ( string path ) : string |
|
|
Private Methods
Method Details
public Add ( string path, Type modelType ) : void |
path |
string |
|
modelType |
System.Type |
|
return |
void |
|
public Get ( string path ) : Type |
path |
string |
|
return |
System.Type |
|
public GetKey ( string path ) : string |
path |
string |
|
return |
string |
|