C# Class Glass.Mapper.Sc.Razor.Pipelines.Initialise.CacheWarmer

CacheWarmer
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
Process ( PipelineArgs args ) : void

Processes the specified args.

Protected Methods

Method Description
Warm ( ) : void

Warms this instance.

WarmDb ( Database db ) : void

Warms the db.

WarmType ( Item item ) : void

Warms the type.

Method Details

Process() public method

Processes the specified args.
public Process ( PipelineArgs args ) : void
args PipelineArgs The args.
return void

Warm() protected method

Warms this instance.
protected Warm ( ) : void
return void

WarmDb() protected method

Warms the db.
protected WarmDb ( Database db ) : void
db Database The db.
return void

WarmType() protected method

Warms the type.
protected WarmType ( Item item ) : void
item Item The item.
return void