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

CacheWarmer
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
Process ( PipelineArgs args ) : void

Processes the specified args.

Méthodes protégées

Méthode Description
Warm ( ) : void

Warms this instance.

WarmDb ( Database db ) : void

Warms the db.

WarmType ( Item item ) : void

Warms the type.

Method Details

Process() public méthode

Processes the specified args.
public Process ( PipelineArgs args ) : void
args PipelineArgs The args.
Résultat void

Warm() protected méthode

Warms this instance.
protected Warm ( ) : void
Résultat void

WarmDb() protected méthode

Warms the db.
protected WarmDb ( Database db ) : void
db Database The db.
Résultat void

WarmType() protected méthode

Warms the type.
protected WarmType ( Item item ) : void
item Item The item.
Résultat void