[utils] Fixes compatiblity of QueryCache with expected dict interface
QueryCache is expected to mimick the interface of the dict built-in. The current
__iter__ implementation breaks this expectation by iterating over key, value
pairs instead of only the keys.
This changeset fixes this issue by changing the __iter__ implementation to
iterate over the keys in the cache and providing an implementation of the items
method with a contract identical to the dict build-in (return a copy of the key-
value pairs within the dictionary as a list).
.. -*- coding: utf-8 -*-
.. _Part3:
--------------
Administration
--------------
This part is for installation and administration of the *CubicWeb* framework and
instances based on that framework.
.. toctree::
:maxdepth: 1
:numbered:
setup
setup-windows
config
cubicweb-ctl
create-instance
instance-config
site-config
multisources
ldap
migration
additional-tips
rql-logs