vc-storefront icon indicating copy to clipboard operation
vc-storefront copied to clipboard

Implement cache expiration based on Azure blob triggers

Open tatarincev opened this issue 7 years ago • 0 comments

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob

https://github.com/VirtoCommerce/vc-storefront-core/blob/master/VirtoCommerce.Storefront/Domain/ContentBlobProviders/AzureBlobContentProvider.cs#L203

See example how it did for FileSystemContentBlobProvider https://github.com/VirtoCommerce/vc-storefront-core/blob/master/VirtoCommerce.Storefront/Domain/ContentBlobProviders/FileSystemContentBlobProvider.cs#L96

tatarincev avatar Sep 29 '17 10:09 tatarincev