Return the cache-hit response rules that matched the most.
- :param int top: How many response rules to return.
+ :param int top: How many response rules to return. Default is 10.
.. function:: getTopCacheInsertedResponseRules([top])
Return the cache-inserted response rules that matched the most.
- :param int top: How many response rules to return.
+ :param int top: How many response rules to return. Default is 10.
.. function:: getTopResponseRules([top])
Return the response rules that matched the most.
- :param int top: How many response rules to return.
+ :param int top: How many response rules to return. Default is 10.
.. function:: getTopRules([top])
Return the rules that matched the most.
- :param int top: How many rules to return.
+ :param int top: How many rules to return. Default is 10.
.. function:: getTopSelfAnsweredRules([top])
Return the self-answered rules that matched the most.
- :param int top: How many rules to return.
+ :param int top: How many rules to return. Default is 10.
.. function:: grepq(selector[, num])
grepq(selectors[, num])