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