2 references to BoundedCache
System.IdentityModel (2)
System\IdentityModel\BoundedCache.cs (1)
30: this(capacity, purgeInterval, StringComparer.Ordinal)
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (1)
35_internalCache = new BoundedCache<SecurityToken>(capacity, purgeInterval, StringComparer.Ordinal);