Class ReleaseContextInput
Input data transfer object for context release operations.
Contains the context identifier for which all associated assets should be released.
Inherited Members
Namespace: Serenity.AssetPrefetcher.Application.UseCases.Dto
Assembly: Serenity.AssetPrefetcher.Application.dll
Syntax
public class ReleaseContextInput
Constructors
ReleaseContextInput()
Declaration
public ReleaseContextInput()
Properties
ContextId
Declaration
public string ContextId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The context identifier whose associated assets should be released from cache. |