Upsert creates or updates a persistent cache entry.
(key string, value string, failOnDuplicate bool)
| 1083 | Get(key string) (string, error) |
| 1084 | // Upsert creates or updates a persistent cache entry. |
| 1085 | Upsert(key string, value string, failOnDuplicate bool) error |
| 1086 | // Delete deletes a single persistent cache entry. |
| 1087 | Delete(key string) error |
| 1088 | // Expire expires older entries with the specified key prefix. |
no outgoing calls
no test coverage detected