Added dependency.

AzureOutputCacheStorageProvider is associated with the "Orchard.Azure.OutputCache" feature, and has a dependency on a IAzureOutputCacheHolder, whose implementation is associated with the "Orchard.Azure" feature.
If "Orchard.Azure.OutputCache" is enabled, but "Orchard.Azure" is not, then a dependency resolution error will occur.
This commit is contained in:
Sipke Schoorstra
2014-02-10 19:51:56 +01:00
parent 107f54850c
commit 45661ba81f

View File

@@ -13,7 +13,7 @@ Features:
Orchard.Azure.OutputCache:
Name: Windows Azure Output Cache
Description: Activates an Orchard output cache provider that targets Windows Azure Cache.
Dependencies: Orchard.OutputCache
Dependencies: Orchard.Azure, Orchard.OutputCache
Category: Performance
Orchard.Azure.DatabaseCache:
Name: Windows Azure Database Cache