ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: emanuele on April 16, 2016, 02:16:58 pm

Title: Cache
Post by: emanuele on April 16, 2016, 02:16:58 pm
Since the cache is apparently broken I had to disable it here on elk.net.
Apparently file-based took the opportunity to do some work, I'm not sure why since it should not be a default fallback, but it does and that's it.
A bug? Likely.
Title: Re: Cache
Post by: Spuds on April 16, 2016, 02:32:29 pm
Yet another reason to remove file based  O:-)
Title: Re: Cache
Post by: emanuele on April 16, 2016, 02:34:20 pm
Poor file based... :( :P

I feel something is pretty broken with the new way topics are marked as read... :-\
Title: Re: Cache
Post by: emanuele on April 20, 2016, 06:46:56 pm
Fixed most of them, two were the problems:
1) class names collision (Memcached and ElkArte\sources\subs\CacheMethod\Memcached), fixed by adding \ to the PHP Memcached,
2) is_miss was set to true only if $result was null, but some accelerators return false.