📝 doc(cache) Specify that local cache is in memory and not in the filesystem (#177)

This commit is contained in:
mathieuHa
2024-06-09 16:20:55 +02:00
committed by GitHub
parent 123cf15434
commit 36e6043c32
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Package crowdsec_bouncer_traefik_plugin implements a middleware that communicates with crowdsec.
// It can cache results to filesystem or redis, or even ask crowdsec for every requests.
// It can cache results in memory or using redis, or even ask crowdsec for every requests.
package crowdsec_bouncer_traefik_plugin //nolint:revive,stylecheck
import (