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