setup cache function to avoid too many server access
Status: Beta
Brought to you by:
hansyin
Currently client does not have cache function, so it will keep query server again and again.
Need add cache function, the best place would be query_sky proc, setup a local table, each time check local table before querying sky.
Also, we need a switch to turn on/off this function and need a button to clear cache
Anonymous