Remove all cache directive from request and response headers. This will force the clientto ask the latest version of the requested resource.
Evaluation scope defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
removeCacheAction
This action has no specific characteristic
The following examples apply this action to any exchanges
Remove all cache directive from request and response headers. This will force the clientto ask the latest version of the requested resource.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: RemoveCacheAction
View definition of RemoveCacheAction for .NET integration.
This action has no related action