C# Class Hyper.Http.Dispatcher.HttpControllerTypeCache

HttpControllerTypeCache class.
Mostra file Open project: tmitchel2/Hyper Class Usage Examples

Private Properties

Property Type Description
InitializeCache Dictionary>

Public Methods

Method Description
GetControllerTypes ( string controllerName ) : ICollection

Gets the controller types.

HttpControllerTypeCache ( System.Web.Http.HttpConfiguration configuration ) : System

Initializes a new instance of the HttpControllerTypeCache class.

Private Methods

Method Description
InitializeCache ( ) : Dictionary>

Initializes the cache.

Method Details

GetControllerTypes() public method

Gets the controller types.
public GetControllerTypes ( string controllerName ) : ICollection
controllerName string Name of the controller.
return ICollection

HttpControllerTypeCache() public method

Initializes a new instance of the HttpControllerTypeCache class.
public HttpControllerTypeCache ( System.Web.Http.HttpConfiguration configuration ) : System
configuration System.Web.Http.HttpConfiguration The configuration.
return System