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, 5 insertions, 0 deletions
diff --git a/internal/router/page-cache.go b/internal/router/page-cache.go
new file mode 100644
index 0000000..01e4792
--- /dev/null
+++ b/internal/router/page-cache.go
@@ -0,0 +1,5 @@
+package router
+
+import "github.com/dgraph-io/ristretto/v2"
+
+var PCache *ristretto.Cache[string, []byte]