Interface IPrefetchPolicyProfile
Definition interface for a single prefetch policy profile asset.
Lets Application-layer code (installers, use cases) consume a designer-configured
profile without depending on the concrete Unity ScriptableObject type.
Extends IFoundationSettings for the toolkit identity contract; implementations
fall back to the asset name when Id is left empty.
Namespace: Serenity.AssetPrefetcher.Application.Interfaces
Assembly: Serenity.AssetPrefetcher.Application.dll
Syntax
public interface IPrefetchPolicyProfile : IFoundationSettings
Methods
ToValueObject()
Converts this profile's configuration to a domain value object.
Declaration
PrefetchProfile ToValueObject()
Returns
| Type | Description |
|---|---|
| PrefetchProfile | PrefetchProfile value object with the configured settings |