Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache.ClarifySessionCache C# (CSharp) Method

ClarifySessionCache() static private method

static private ClarifySessionCache ( ) : System
return System
        static ClarifySessionCache()
        {
            _agentSessionCacheByUsername = new Dictionary<string, IClarifySession>();
        }

Same methods

ClarifySessionCache::ClarifySessionCache ( IClarifyApplication clarifyApplication, ILogger logger, IUserClarifySessionConfigurator sessionConfigurator, Func sessionEndObserver, Func sessionStartObserver, Dovetail.SDK.Bootstrap.Clarify.DovetailDatabaseSettings settings ) : System