Does anyone know if there's some default plugin caching on WP ?
I dont have Super Cache on, and its caching a plugin I wrote.
Unfortunately this plugin recursively calls itself to check for a value for an option, then set that option value if not set, and recheck if that option value exist recursively. It emails me the blog name for debugging purpose when it needs to set the value.
This is somehow causing it to call itself hundreds of time / minute for the past 20 or 30 minutes.
I turned off the plugin. Then deleted the plugin. Then deleted the affected blog that was named in the debug email.
But its still running the code for some reason. My mail box is blowing up with spams ( from myself! )
I'm thinking this is some sort of function cache ?
Is there anything I can do short of restarting the server?