| 11 | ) |
| 12 | |
| 13 | type snappyCache struct { |
| 14 | next Cache |
| 15 | logger log.Logger |
| 16 | } |
| 17 | |
| 18 | // NewSnappy makes a new snappy encoding cache wrapper. |
| 19 | func NewSnappy(next Cache, logger log.Logger) Cache { |
nothing calls this directly
no outgoing calls
no test coverage detected