Skip to content
Prev Previous commit
Next Next commit
Update src/Middleware/OutputCaching/test/MemoryOutputCacheStoreTests.cs
Co-authored-by: Rick Anderson <[email protected]>
  • Loading branch information
2 people authored and github-actions committed Jun 4, 2025
commit a8bd99f08fab483ca6a9a6494104bced4dfb6c55
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public async Task ReplacedEntries_AreNotRemovedFromTags()

testClock.Advance(TimeSpan.FromMilliseconds(10));

// Background expiration checks are triggered by misc cache activity.
// Trigger background expiration by accessing the cache.
_ = cache.Get("a");

var resulta = await store.GetAsync("a", default);
Expand Down