package
0.0.0-20241230175814-effe06592bd6
Repository: https://github.com/therenotomorrow/apicache.git
Documentation: pkg.go.dev

# Functions

Delete ---- @Summary "Delete key/value pair" @Tags cache @Param key path string true "Key" @Success 204 @Failure 422 {object} api.UnprocessableEntity @Failure 429 {object} api.TooManyRequests @Failure 500 {object} api.InternalServer @Router /api/v1/{key}/ [delete].