Method | Description | |
---|---|---|
Initialize ( ) : void | ||
Move ( string space, string oldKey, string newKey ) : void | ||
RegisterSpace ( string name, int capacity ) : void | ||
Remove ( string space, string key ) : void | ||
Set ( string space, string key, string value ) : void |
Method | Description | |
---|---|---|
Get ( string space, string key ) : string | ||
LimitedStorage ( ) : System | ||
LoadSpace ( string space ) : KeysList | ||
Save ( string space ) : void |
public static Move ( string space, string oldKey, string newKey ) : void | ||
space | string | |
oldKey | string | |
newKey | string | |
return | void |
public static RegisterSpace ( string name, int capacity ) : void | ||
name | string | |
capacity | int | |
return | void |
public static Remove ( string space, string key ) : void | ||
space | string | |
key | string | |
return | void |
public static Set ( string space, string key, string value ) : void | ||
space | string | |
key | string | |
value | string | |
return | void |