mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing infinite loop when clearing output cache
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Orchard.OutputCache.Services {
|
||||
foreach (var item in items) {
|
||||
Remove(item.CacheKey);
|
||||
}
|
||||
items = GetCacheItems(0, 100).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user