Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the cached values for a single service type.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Overridable Sub ResetCache ( _
serviceType As Type _
)
'Usage
Dim serviceType As Type
Me.ResetCache(serviceType)
protected virtual void ResetCache(
Type serviceType
)
protected:
virtual void ResetCache(
Type^ serviceType
)
abstract ResetCache :
serviceType:Type -> unit
override ResetCache :
serviceType:Type -> unit
protected function ResetCache(
serviceType : Type
)
Parameters
serviceType
Type: System.TypeThe service type.