[Wikidata-tech] Help needed with ParserCache::getKey() and ParserCache::getOptionsKey()

2013-12-10 Thread Daniel Kinzler
Hi. I (rather urgently) need some input from someone who understands how parser caching works. (Rob: please forward as appropriate). tl;dr: what is the intention behind the current implementation of ParserCache::getOptionsKey()? It's based on the page ID only, not taking into account any

Re: [Wikidata-tech] Help needed with ParserCache::getKey() and ParserCache::getOptionsKey()

2013-12-10 Thread hoo
Hi, I'm almost asleep, so this might be terrible wrong, but who knows: This is all based on the presumption that $this-mMemc-get( $this-getOptionsKey( $article ) ); (in ParserCache) returned false on Wikidata because the cache has been disable before or whatever. Then the problem is as follows: