Method | Description | |
---|---|---|
Clear ( string key ) : void |
Clears the value identified by key
|
|
Get ( string key ) : string |
Gets the value identified by key
|
|
Put ( string key, string value ) : void |
Puts the value identifying it by a key
|
Method | Description | |
---|---|---|
ClearHelper ( string key ) : void | ||
GetHelper ( string key ) : string | ||
PutHelper ( string key, string value ) : void |
public Put ( string key, string value ) : void | ||
key | string | identifier |
value | string | value to be stored |
return | void |