Root Namespace
Classes
Config
Greppy
Store
set
Set the value of a given key and its given namespace.
Signature
set([String namespace], String key, String value) : Mixed
Parameters
- [namespace]
- Namespace or the default-namespace
- Type: String
- key
- Key to write to
- Type: String
- value
- Value to set upon the key
- Type: String
Returns
- Mixed
- The return value is not further described