C# Class Glass.Mapper.Sc.ModelCache.ModelCacheManager

Inheritance: IModelCacheManager
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
Add ( string path, Type modelType ) : void
Get ( string path ) : Type
GetKey ( string path ) : string

Private Methods

Méthode Description
FileSystemWatcher_Changed ( object sender, FileSystemEventArgs e ) : void
FileSystemWatcher_Renamed ( object sender, RenamedEventArgs e ) : void
ModelCacheManager ( ) : System

Method Details

Add() public méthode

public Add ( string path, Type modelType ) : void
path string
modelType System.Type
Résultat void

Get() public méthode

public Get ( string path ) : Type
path string
Résultat System.Type

GetKey() public méthode

public GetKey ( string path ) : string
path string
Résultat string