[dev] Using Memcache with the new Horde_HashTable

Jan Schneider jan at horde.org
Wed May 29 12:11:03 UTC 2013


Zitat von Rui Carneiro <rui.carneiro at portugalmail.net>:

> On Wed, May 22, 2013 at 11:47 PM, Rui Carneiro <
> rui.carneiro at portugalmail.net> wrote:
>
>> You should probably look at the recent changelog commits to HashTable.
>>>  This one in particular:
>>>
>>> * [mms] Actually have HashTable return results for get() and exists().
>>>
>>> In other words - you need to either use git or wait for the next beta
>>> releases.
>>>
>>
> While I wait the next beta release i was testing the latest git version.
>
> Session handler is now working well with Memcache but I now have issues
> with CSS/JS cache.
>
> My current config for cache, cachecss and cachejs:
>
> $conf['cache']['default_lifetime'] = 86400;
> $conf['cache']['driver'] = 'HashTable';
> $conf['cache']['use_memorycache'] = 'HashTable';
> $conf['cachecssparams']['driver'] = 'horde_cache';
> $conf['cachecssparams']['lifetime'] = 86400;
> $conf['cachecss'] = true;
> $conf['cachejsparams']['driver'] = 'horde_cache';
> $conf['cachejsparams']['compress'] = 'none';
> $conf['cachejsparams']['lifetime'] = 86400;
> $conf['cachejs'] = true;
>
> Can anyone point me what I might be doing wrong? :)

Not if you don't tell us *what* issues you have.
-- 
Jan Schneider
The Horde Project
http://www.horde.org/



More information about the dev mailing list