Gets or sets the Object at the specified key.
            
        
        Namespace: Simol.CacheAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
Object this[ string key ] { get; set; }  | 
| Visual Basic | 
|---|
Default Property Item ( _ key As String _ ) As Object Get Set  | 
| Visual C++ | 
|---|
property Object^ default[String^ key] { Object^ get (String^ key); void set (String^ key, Object^ value); }  | 
Parameters
- key
 - Type: System..::..String
 
Field Value
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | If the key is null | 
| System..::..ArgumentOutOfRangeException | If the key is empty |