clear

inline fun <T : Any> CurrentSession.clear()
fun <T : Any> CurrentSession.clear(klass: KClass<T>)

Clears a session instance with the type T.

Throws

if no session provider is registered for the type T