Table of Contents

Class NoResponseCacheAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.dll

disable response caching (no-cache-nostore)

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class NoResponseCacheAttribute : Attribute, IActionFilter
Inheritance
object
Attribute
NoResponseCacheAttribute
Implements

Methods

InvokeAsync(IActionFilterChain, IActionFilterContext)

public ValueTask<object?> InvokeAsync(IActionFilterChain chain, IActionFilterContext context)

Parameters

chain IActionFilterChain
context IActionFilterContext

Returns

ValueTask<object>