SqlConnTimeoutCache<Tkey,Tval> Class

Definition

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

Type Parameters

Tkey
Tval
Inheritance
SqlConnTimeoutCache<Tkey,Tval>

Constructors

SqlConnTimeoutCache<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