fun <M> get(caller: Injects<M>): Kapsule<M>
Retrieves active instance of Kapsule or creates a new one.
caller - Injection caller instance, used as lookup key.
caller
Return Stored or new instance.