PDA

View Full Version : DATASTORE CACHE CONFIGURATION for eaccelerator


kiksilog
01-04-2009, 05:00 AM
in includes/config.php

// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';

I don't see any support for eaccelerator. So does that mean I can't put eaccelerator?

That's what I'm using :confused:

Dismounted
01-04-2009, 05:41 AM
If it is not listed, you can't use it. :) (Unless someone codes a datastore class for it.)