()
| 124 | } |
| 125 | |
| 126 | func (c *Cache) IncrementSequence() { |
| 127 | c.Sequence++ |
| 128 | } |
| 129 | |
| 130 | func (c *Cache) SetLogLevel(level logging.Level, caller string) { |
| 131 | log.Infof("set cache log level to %s (caller: %s)", level.String(), caller, c.metadata.LogPrefixes) |
no outgoing calls
no test coverage detected