메소드 | 설명 | |
---|---|---|
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
|
public abstract Put ( string key, string value ) : void | ||
key | string | identifier |
value | string | value to be stored |
리턴 | void |