Skip to content

Commit

Permalink
Revert "Add CacherHandler"
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW authored Dec 22, 2023
1 parent 7d46c34 commit c8629e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ type Handler interface {
Storable(req *http.Request, res *http.Response, now time.Time) (ok bool, expires time.Time)
}

type CacherHandler interface {
Cacher
Handler
}

var _ Handler = (*rfc9111.Shared)(nil)

type cacher struct {
Expand Down

0 comments on commit c8629e2

Please sign in to comment.