Hi all,
I'm creating an API for a react native app to consume and would like to do some cache busting in the background, I'm currently able to achieve the results I want with
craft()->cache->flush()
but that clears the entire entry cache, I would like to manually delete the element api cache but can't for the life of me work out what the key is. Is there anyone that can assist me?
Thanks
Hi all,
I'm creating an API for a react native app to consume and would like to do some cache busting in the background, I'm currently able to achieve the results I want with
craft()->cache->flush()
but that clears the entire entry cache, I would like to manually delete the element api cache but can't for the life of me work out what the key is. Is there anyone that can assist me?
Thanks