C# Class Framework.Mvc.Resources.InitializeYamlResourceCache

Initializes resources cahce and injects it to IoC.
Inheritance: IBootstrapperTask
显示文件 Open project: coreframework/Core-Framework

Public Methods

Method Description
Execute ( IApplication application, IKernel kernel ) : void

Executes task.

Method Details

Execute() public method

Executes task.
public Execute ( IApplication application, IKernel kernel ) : void
application IApplication The application.
kernel IKernel The kernel.
return void