Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler exposes cache-related routes. It mirrors the legacy behavior and delegates logic to core while honoring endpoint feature flags.
func NewWithDeps ¶ added in v1.12.0
func NewWithDeps(deps *handlerdeps.Deps) *Handler
NewWithDeps constructs the cache handler with injected dependencies.
Enables deps-based cache flush endpoints (avoid globals in request path).
Click to show internal directories.
Click to hide internal directories.