Edit

CachingResourceProvider(ResourceProvider) Constructor

Definition

Creates a caching proxy around the specified resource provider.

public CachingResourceProvider(SkiaSharp.Resources.ResourceProvider resourceProvider);

Parameters

resourceProvider
ResourceProvider

The underlying resource provider to wrap with caching.

Remarks

Image assets loaded through this provider will be cached and reused on subsequent requests for the same resource.

Applies to