bin/cubicweb-ctl
author Laurent Wouters <lwouters@cenotelie.fr>
Tue, 24 Apr 2018 17:16:44 +0200
changeset 12306 c96dd92e480e
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[utils] Implements __iter__ on QueryCache In order to be able to iterate over the currently cached queries (so that they may be inspected and invalidated), this changeset implementes __iter__ on QueryCache.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()