1 instantiation of BoundedCache
System.IdentityModel (1)
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (1)
35
_internalCache = new
BoundedCache
<SecurityToken>(capacity, purgeInterval, StringComparer.Ordinal);
1 reference to BoundedCache
System.IdentityModel (1)
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (1)
17
BoundedCache
<SecurityToken> _internalCache;