Quote:
Originally Posted by phpxcache
XCache datastore is same as file/apc/memcached data sore, u just pick one of them.
1. use XCache for php caching, and/or:
2. use of and ONLY one of "ea/file/apc/memcached/XCache" for datastore caching,
u can't do Xcache_datastore + memcached_datastore or anther combination, but you can
xcache_php_caching + xcache_datastore
or xcache_php_caching + memcached_datastore
or xcache_php_caching + file_datastore etc
"ea/file/apc/memcached" is officially supported by vBulletin, this hack only add and XCache optional choice for you.
|
And this modification is caching php or datastore?
Are you planning to release a modification that will work with Xcache / memcache and will cache php too?
Thanks a lot.