.get()
Returns the cached value of the provided key.
get(key, decrypt)
Parameter | Default | Description |
key |
| The key to get the value from |
decrypt |
| Boolean (optional) Whether or not to decrypt the returned value |
Returns | Description |
The value of the provided key |
Also allows the use of dot notation:
And the possibility to decrypt the data, if previously encrypted:
Last updated