TimeoutCache<Tkey,Tval>.cache Field

Definition

protected: System::Collections::Generic::Dictionary<Tkey, Tuple<Tval, DateTime> ^> ^ cache;
protected System.Collections.Generic.Dictionary<Tkey,Tuple<Tval,DateTime>> cache;
val mutable cache : System.Collections.Generic.Dictionary<'key, 'val * DateTime>
Protected cache As Dictionary(Of Tkey, Tuple(Of Tval, DateTime)) 

Field Value

Dictionary<Tkey,Tuple<Tval,DateTime>>

Applies to