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