Share via


ServicesContainer.ResetCache Method (Type)

 

Removes the cached values for a single service type.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

protected virtual void ResetCache(
    Type serviceType
)
protected:
virtual void ResetCache(
    Type^ serviceType
)
abstract ResetCache : 
        serviceType:Type -> unit
override ResetCache : 
        serviceType:Type -> unit
Protected Overridable Sub ResetCache (
    serviceType As Type
)

Parameters

See Also

ServicesContainer Class
System.Web.Http.Controllers Namespace

Return to top