Functions
nvault.inc
| Function | Type | Description |
|---|---|---|
| nvault_close | native | Closes a vault. |
| nvault_get | native | Retrieves a value from the given key. |
| nvault_lookup | native | Retrieves full information about a vault entry. |
| nvault_open | native | Opens a vault by name. Creates a vault if it doesn't exist yet. |
| nvault_prune | native | Prunes the vault for entries that are within the given timestamps. |
| nvault_pset | native | Sets value of a vault entry and makes it permanent (non-erasable with nvault_prune()). |
| nvault_remove | native | Removes an entry from the vault by its key. |
| nvault_set | native | Sets value of a vault entry and updates the timestamp. |
| nvault_touch | native | "Touches" an entry in the vault, updating its timestamp. |