Table of Contents

Class OutputCacheController

Namespace
Oqtane.Controllers
Assembly
Oqtane.Server.dll
[Route("api/[controller]")]
public class OutputCacheController : Controller
Inheritance
object
ControllerBase
Controller
OutputCacheController

Constructors

OutputCacheController(IOutputCacheService)

public OutputCacheController(IOutputCacheService cacheService)

Parameters

cacheService IOutputCacheService

Methods

EvictByTag(string)

[HttpDelete("{tag}")]
[Authorize(Roles = "Administrators")]
public Task EvictByTag(string tag)

Parameters

tag string

Returns

Task