mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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