depends on your datastore and data shape
# spicedb
j
depends on your datastore and data shape; it basically means all caching is entirely disabled
c
Aha I see 🙂 Thanks 🙂
j
and its 99% of the time not necessary
hence why using
at_least_as_fresh
is preferred - it'll pick the correct option
c
at_least_as_fresh
requires a token, yes? This is not a timestamp?
j
The token encodes a timestamp
9 Views