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

Inheritance: IModelCacheManager
Datei anzeigen 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 Description
FileSystemWatcher_Changed ( object sender, FileSystemEventArgs e ) : void
FileSystemWatcher_Renamed ( object sender, RenamedEventArgs e ) : void
ModelCacheManager ( ) : System

Method Details

Add() public method

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

Get() public method

public Get ( string path ) : Type
path string
return System.Type

GetKey() public method

public GetKey ( string path ) : string
path string
return string