1 write to _tokenCache
System.ServiceModel (1)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
42_tokenCache = tokenCache;
9 references to _tokenCache
System.ServiceModel (9)
System\ServiceModel\Security\WrappedTokenCache.cs (9)
60_tokenCache.AddOrUpdate(key, sessionToken, expiryTime); 65_tokenCache.RemoveAll(_claimsHandler.EndpointId); 77IEnumerable<SessionSecurityToken> cachedTokens = _tokenCache.GetAll(_claimsHandler.EndpointId, contextId); 97token = _tokenCache.Get(key); 120_tokenCache.RemoveAll(_claimsHandler.EndpointId, contextId); 126_tokenCache.Remove(key); 141_tokenCache.AddOrUpdate(key, sessionToken, expiryTime); 155if (_tokenCache.Get(key) == null) 159_tokenCache.AddOrUpdate(key, sessionToken, expiryTime);