Fork me on GitHub
#pathom
<
2019-09-30
>
pvillegas1213:09:39

How can disable caching behavior for the pathom resolver in development?

wilkerlucio14:09:02

you can set ::pc/cache? false on the resolver configuration, but usually you should not need to disable it, the cache is only per-request, special cases are resolvers that depend on something from the environment

wilkerlucio14:09:25

(and that env thing is changing between calls to this same resolver)