(c nodes.Handler, options nodes.RouterOptions)
| 79 | } |
| 80 | |
| 81 | func (s *CacheHandler) Adapt(c nodes.Handler, options nodes.RouterOptions) nodes.Handler { |
| 82 | s.AdaptOptions(c, options) |
| 83 | return s |
| 84 | } |
| 85 | |
| 86 | func newCacheHandler() *CacheHandler { |
| 87 | s := &CacheHandler{} |
nothing calls this directly
no test coverage detected