Cache returns the cache that is local to the current log line.
()
| 231 | |
| 232 | // Cache returns the cache that is local to the current log line. |
| 233 | func (l *LogLine) Cache() *Cache { |
| 234 | return &l.cache |
| 235 | } |
| 236 | |
| 237 | // Copy creates and returns a copy of the current log line. |
| 238 | func (l *LogLine) Copy() Record { |
no outgoing calls