diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Services/DefaultCacheStorageProvider.cs b/src/Orchard.Web/Modules/Orchard.OutputCache/Services/DefaultCacheStorageProvider.cs index 5a3d0f21d..ddda8e781 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Services/DefaultCacheStorageProvider.cs +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Services/DefaultCacheStorageProvider.cs @@ -38,6 +38,7 @@ namespace Orchard.OutputCache.Services { foreach (var item in items) { Remove(item.CacheKey); } + items = GetCacheItems(0, 100).ToList(); } }