summaryrefslogtreecommitdiff
path: root/internal/router/page-cache.go
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'internal/router/page-cache.go')
-rw-r--r--internal/router/page-cache.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/router/page-cache.go b/internal/router/page-cache.go
deleted file mode 100644
index 01e4792..0000000
--- a/internal/router/page-cache.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package router
-
-import "github.com/dgraph-io/ristretto/v2"
-
-var PCache *ristretto.Cache[string, []byte]