Class TargetItem
Represents a target asset for prefetching with its associated priority.
Used to define which assets should be prioritized in prefetch operations.
Inherited Members
Namespace: Serenity.AssetPrefetcher.Domain.Entities
Assembly: Serenity.AssetPrefetcher.Domain.dll
Syntax
public class TargetItem
Constructors
TargetItem()
Declaration
public TargetItem()
Properties
Key
Declaration
public AssetKey Key { get; set; }
Property Value
| Type | Description |
|---|---|
| AssetKey | The unique key identifying the target asset. |
Priority
Declaration
public PrefetchPriority Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| PrefetchPriority | The priority level assigned to this target asset. |