fresco.imagepipeline
0.1.5
See the version list below for details.
dotnet add package fresco.imagepipeline --version 0.1.5
NuGet\Install-Package fresco.imagepipeline -Version 0.1.5
<PackageReference Include="fresco.imagepipeline" Version="0.1.5" />
paket add fresco.imagepipeline --version 0.1.5
#r "nuget: fresco.imagepipeline, 0.1.5"
// Install fresco.imagepipeline as a Cake Addin #addin nuget:?package=fresco.imagepipeline&version=0.1.5 // Install fresco.imagepipeline as a Cake Tool #tool nuget:?package=fresco.imagepipeline&version=0.1.5
Image Pipeline loads images from the network, local storage, or local resources. To save data and CPU, it has three levels of cache; two in memory and another in internal storage.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.7 | 45,196 | 8/7/2018 |
0.1.6 | 2,963 | 6/5/2018 |
0.1.5 | 9,030 | 3/9/2018 |
0.1.4 | 2,067 | 3/8/2018 |
0.1.3 | 2,165 | 3/1/2018 |
0.1.2 | 9,685 | 1/16/2018 |
0.1.1 | 3,321 | 12/21/2017 |
0.1.0 | 1,956 | 11/20/2017 |
0.0.9 | 2,036 | 11/7/2017 |
0.0.8 | 4,957 | 10/10/2017 |
0.0.7 | 2,668 | 10/10/2017 |
0.0.6 | 2,191 | 10/4/2017 |
0.0.4 | 2,201 | 9/24/2017 |
0.0.3 | 1,873 | 5/15/2017 |
0.0.2 | 1,407 | 2/21/2017 |
By design, when we call PrefetchToDiskCacheAsync method, the image is downloaded and written to the staging area (in memory) and then a background task is initialized to actually writes the file to disk. GetFileCachePath method was added to allow waiting for the file creation and returns its local path.