I have one class where I'm holding information in Concurrent Dictionary for 30 minutes. That class should be initialized as Singleton and not as Transient right? To my understanding if it is Transient than with every request it will create new instance and cache would get wiped.
Can somebody confirm this?