Bundle.UpdateCache Method

Updates the cache with the specified bundle response.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Overridable Sub UpdateCache ( _
    context As BundleContext, _
    response As BundleResponse _
)
'Usage
Dim instance As Bundle 
Dim context As BundleContext 
Dim response As BundleResponse

instance.UpdateCache(context, response)
public virtual void UpdateCache(
    BundleContext context,
    BundleResponse response
)
public:
virtual void UpdateCache(
    BundleContext^ context, 
    BundleResponse^ response
)
abstract UpdateCache : 
        context:BundleContext * 
        response:BundleResponse -> unit  
override UpdateCache : 
        context:BundleContext * 
        response:BundleResponse -> unit
public function UpdateCache(
    context : BundleContext, 
    response : BundleResponse
)

Parameters

See Also

Reference

Bundle Class

System.Web.Optimization Namespace