mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user