Hi Damien,
Can you please take this on ? It is important to have this
functionality as I know at least a couple different people who want to
use Olio to test MySQL and having memcached in there won't serve their
purposes.
Shanti
-------- Original Message --------
Subject: Re: How to run PHP app without memcached ?
Date: Wed, 28 Jan 2009 13:57:35 -0800
From: Akara Sucharitakul <[email protected]>
Reply-To: [email protected]
To: [email protected]
References: <[email protected]>
Ultimately, you'd set this to 'NoCache' to indicate that the NoCache
class be used as the cache adapter. The NoCache does nothing on sets,
adds, etc. and returns null on gets. needsUpdate always returns true and
doneUpdate is a noop.
Unfortunately, we haven't implemented this yet. If you need it soon,
please just let me know. We can do it as part of OLIO-3. No need to make
a new RFE for this one. It's actually some 20 minute work to get this in.
-Akara
Shanti Subramanyam - PAE wrote:
I see this line in the webapp's etc/config.php:
$web20config['cacheSystem'] = 'MemCached';
Can I simply set the variable to null ? It would be good to document
this as well via a comment in this file.
Thanks
Shanti