Join Slack
Powered by
If we use apollo and have caching enabled. Can we ...
# apollo-kotlin
c
Colton Idle
03/28/2025, 5:35 AM
If we use apollo and have caching enabled. Can we somehow do a full text search of the cached content?
m
mbonnin
03/28/2025, 8:14 AM
You can use
accessCache()
and load each
Record
. That's not going to be very efficient but I guess that's an option
mbonnin
03/28/2025, 8:16 AM
https://apollographql.github.io/apollo-kotlin/kdoc/apollo-normalized-cache/com.apollographql.apollo.cache.normalized/-apollo-store/access-cache.html
👀 1
today i learned
1
Open in Slack
Previous
Next