Table of Contents

Class RemoveCacheAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll

This action removes all cache directive from request header and response.

[ActionMetadata("Remove all cache directive from request and response headers. This will force the clientto ask the latest version of the requested resource.")]
public class RemoveCacheAction : Action
Inheritance
RemoveCacheAction
Inherited Members

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

Methods

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask