Bundle.CacheLookup Method

Overrides this to implement own caching logic.

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

Syntax

'Declaration
Public Overridable Function CacheLookup ( _
    context As BundleContext _
) As BundleResponse
'Usage
Dim instance As Bundle 
Dim context As BundleContext 
Dim returnValue As BundleResponse 

returnValue = instance.CacheLookup(context)
public virtual BundleResponse CacheLookup(
    BundleContext context
)
public:
virtual BundleResponse^ CacheLookup(
    BundleContext^ context
)
abstract CacheLookup : 
        context:BundleContext -> BundleResponse  
override CacheLookup : 
        context:BundleContext -> BundleResponse
public function CacheLookup(
    context : BundleContext
) : BundleResponse

Parameters

Return Value

Type: System.Web.Optimization.BundleResponse
A bundle response.

See Also

Reference

Bundle Class

System.Web.Optimization Namespace