<@U5M2KE6P5> commented on <@U5M2KE6P5>’s file <htt...
# prisma-whats-new
u
@eliezedeck commented on @eliezedeck’s file https://prisma.slack.com/files/U5M2KE6P5/F5SB3CWFP/how_to_do_delete_entry_from_cache_.js: @agartha I remember why it didn’t work, nor was it the right thing to do. So, first, the
cache
is modifyable, and when you write it back, it will only affect the query in question, not the whole storage; the whole cache storage is what I’m trying to update here. Secondly, I tried to modify the
store.data
, which contains entries like
Post:azeauzeiorpaehyioptzetzer
and delete that manually, but the data remains the same in the cache.