XF 2.1 Rebuild User Cache with Cron Job

Ali Ahmed

Member
hi
I'm not very friendly to xenforo development source, its MVC model and etc..
So I'm building externally from xenforo such as subdomain and then using php and ajax from my xenforo forum for controlling my plugin
(Don't ask me to use xenforo method of code, because I'm not good at all)

Problem:
I want to update user cache from cron entries because everytime i change ( a user custom field) from php externally like mysql, it doesn't update in user about tab,
yeah i know because it's for perfomance and cache..etc.

so what's the Cron callback for gaining this in cron entries.
(Example: AddOn\Path\To\ClassName :: methodName )
Thanks everybody.
 
Already thought about using the API?

 
Top Bottom