summaryrefslogtreecommitdiff
path: root/internal/router/page-cache.go
blob: 01e47925e0520f33d8140ef77aa84534523daf65 (plain)
1
2
3
4
5
package router

import "github.com/dgraph-io/ristretto/v2"

var PCache *ristretto.Cache[string, []byte]