This repository was archived by the owner on Oct 26, 2022. It is now read-only.
Content-Length: 239317 | pFad | http://github.com/stackshareio/graphql-cache/issues/63
1AFetched URL: http://github.com/stackshareio/graphql-cache/issues/63
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
I noticed in testing that the cache sometimes automatically gets updated after insertions, but i don't know when the field in the cache gets updated, and when it doesn't.
For example, doing just puts seems to get me the old, cached value, but running inspect seems to give an updated value?
puts Rails.cache.fetch("GraphQL::Cache:Query:restaurants:ids:#{de_moete.id}").inspect
doesn't seem to cache the value, but without the inspect it does seem to get cached?The text was updated successfully, but these errors were encountered: