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)
17BoundedCache<SecurityToken> _internalCache;