2 implementations of IClearableStore
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
9internal sealed class ProtectedPrerenderComponentApplicationStore : PrerenderComponentApplicationStore, IClearableStore
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
1147private class TestComponentApplicationStore(Dictionary<string, byte[]> dictionary) : IPersistentComponentStateStore, IClearableStore
1 reference to IClearableStore
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
763IClearableStore store,