SsoCredentialsTimeoutCache<Tkey,Tval> Class

Definition

generic <typename Tkey, typename Tval>
public ref class SsoCredentialsTimeoutCache : Microsoft::HostIntegration::Drda::Common::TimeoutCache<Tkey, Microsoft::HostIntegration::Drda::Common::SsoCredentials ^>
public class SsoCredentialsTimeoutCache<Tkey,Tval> : Microsoft.HostIntegration.Drda.Common.TimeoutCache<Tkey,Microsoft.HostIntegration.Drda.Common.SsoCredentials>
type SsoCredentialsTimeoutCache<'key, 'val> = class
    inherit TimeoutCache<'key, SsoCredentials>
Public Class SsoCredentialsTimeoutCache(Of Tkey, Tval)
Inherits TimeoutCache(Of Tkey, SsoCredentials)

Type Parameters

Tkey
Tval
Inheritance
SsoCredentialsTimeoutCache<Tkey,Tval>

Constructors

SsoCredentialsTimeoutCache<Tkey,Tval>()

Fields

cache (Inherited from TimeoutCache<Tkey,Tval>)
cacheLock (Inherited from TimeoutCache<Tkey,Tval>)
maxSize (Inherited from TimeoutCache<Tkey,Tval>)

Properties

Count (Inherited from TimeoutCache<Tkey,Tval>)
MaxSize (Inherited from TimeoutCache<Tkey,Tval>)

Methods

Add(Tkey, Tuple<Tval,DateTime>) (Inherited from TimeoutCache<Tkey,Tval>)
Clear() (Inherited from TimeoutCache<Tkey,Tval>)
ContainsKey(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)
Flush()
Get(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)
GetAndRemove(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)
Remove(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)

Applies to