MyBB Community Forums

Full Version: APC cachehandler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I found a reference in the original 1.4 release to using APC as a cache handler:

Quote:Built in support for XCache, MemCached and APC caching systems instead of the file and database detault

Is there a reason this was never implemented? I use APC for the script caching and would like to extend it to cache the MyBB datacache.
No one has spoken up and said APC is bad for the datacache. I copied the xcache class and modified it to call the APC functions. Enabled it and all seems fine.