SecurityTokenTimeoutCache<Tkey,Tval> Class

Definition

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

Type Parameters

Tkey
Tval
Inheritance
SecurityTokenTimeoutCache<Tkey,Tval>

Constructors

SecurityTokenTimeoutCache<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)
Flush() (Inherited from TimeoutCache<Tkey,Tval>)
Get(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)
GetAndRemove(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)
Remove(Tkey) (Inherited from TimeoutCache<Tkey,Tval>)

Applies to