Hi,
When fetching some articleobjects from memcached it triggers the following php notice:
Notice: Use of undefined constant QUERY_TYPE_JQUERY - assumed 'QUERY_TYPE_JQUERY
This is beacause of the php autoloading functionality. If QUERY_TYPE_JQUERY had been defined as class constants the class would have been autoloaded.