2 implementations of Clear
Microsoft.AspNetCore.Session (2)
DefaultDistributedSessionStore.cs (1)
25public void Clear()
NoOpSessionStore.cs (1)
24public void Clear() { }
1 reference to Clear
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
175_store.Clear();