ImageProcessor.Web.Plugins.AzureBlobCache
1.3.0
dotnet add package ImageProcessor.Web.Plugins.AzureBlobCache --version 1.3.0
NuGet\Install-Package ImageProcessor.Web.Plugins.AzureBlobCache -Version 1.3.0
<PackageReference Include="ImageProcessor.Web.Plugins.AzureBlobCache" Version="1.3.0" />
paket add ImageProcessor.Web.Plugins.AzureBlobCache --version 1.3.0
#r "nuget: ImageProcessor.Web.Plugins.AzureBlobCache, 1.3.0"
// Install ImageProcessor.Web.Plugins.AzureBlobCache as a Cake Addin #addin nuget:?package=ImageProcessor.Web.Plugins.AzureBlobCache&version=1.3.0 // Install ImageProcessor.Web.Plugins.AzureBlobCache as a Cake Tool #tool nuget:?package=ImageProcessor.Web.Plugins.AzureBlobCache&version=1.3.0
Adds a self cleaning cache to ImageProcessor.Web that uses Azure Blob Containers to store processed images.
If you use ImageProcessor.Web please get in touch via my twitter @james_m_south
Feedback is always welcome
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- ImageProcessor (>= 2.5.1)
- ImageProcessor.Web (>= 4.8.0)
- ImageProcessor.Web.Config (>= 2.3.0)
- Microsoft.Data.Edm (>= 5.6.2)
- Microsoft.Data.OData (>= 5.6.2)
- Microsoft.Data.Services.Client (>= 5.6.2)
- Microsoft.WindowsAzure.ConfigurationManager (>= 1.8.0)
- Newtonsoft.Json (>= 5.0.8)
- System.Spatial (>= 5.6.2)
- WindowsAzure.Storage (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ImageProcessor.Web.Plugins.AzureBlobCache:
Package | Downloads |
---|---|
Our.Umbraco.AzureCDNToolkit
Azure CDN Toolkit for Umbraco |
|
Storm.ImageProcessor.Web
ImageProcessor extensions supporting configuration of azure blob storage from application settings |
|
SodaDigital.UmbracoMediaAzureExtensions
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
- Reduced memory usage in cache cleanup.
- Cached filenames are now calculated more simply.
- Only one cleanup operation now occurs at a time.