Error logs error messages for exceptional conditions that should be investigated.
(format string, args ...interface{})
| 32 | // Error logs error messages for exceptional conditions that should |
| 33 | // be investigated. |
| 34 | Error(format string, args ...interface{}) |
| 35 | } |
| 36 | |
| 37 | // Cache defines the interface for key-value caching functionality. |
no outgoing calls