Set saves bytes to a key
(data []byte, key ...string)
| 77 | Get(key ...string) ([]byte, error) |
| 78 | // Set saves bytes to a key |
| 79 | Set(data []byte, key ...string) error |
| 80 | // Delete removes a key or a group |
| 81 | Delete(key ...string) error |
| 82 | // Location returns the absolute path to a certain resource |
no outgoing calls