.. versionadded:: 1.6.0
- Return the `top` cache-hit response rules that matched the most.
+ Return the cache-hit response rules that matched the most.
:param int top: How many response rules to return.
.. versionadded:: 1.6.0
- Return the `top` response rules that matched the most.
+ Return the response rules that matched the most.
:param int top: How many response rules to return.
.. versionadded:: 1.6.0
- Return the `top` rules that matched the most.
+ Return the rules that matched the most.
:param int top: How many rules to return.
.. versionadded:: 1.6.0
- Return the `top` self-answered rules that matched the most.
+ Return the self-answered rules that matched the most.
:param int top: How many rules to return.
.. versionadded:: 1.6.0
- This function shows the cache-hit response rules having matched the most.
+ This function shows the cache-hit response rules that matched the most.
:param int top: How many rules to show.
:param table options: A table with key: value pairs with display options.
.. versionadded:: 1.6.0
- This function shows the response rules having matched the most.
+ This function shows the response rules that matched the most.
:param int top: How many rules to show.
:param table options: A table with key: value pairs with display options.
.. versionadded:: 1.6.0
- This function shows the rules having matched the most.
+ This function shows the rules that matched the most.
:param int top: How many rules to show.
:param table options: A table with key: value pairs with display options.
.. versionadded:: 1.6.0
- This function shows the self-answered response rules having matched the most.
+ This function shows the self-answered response rules that matched the most.
:param int top: How many rules to show.
:param table options: A table with key: value pairs with display options.
.. versionchanged:: 1.6.0
Replaced by :func:`mvRuleToTop`
- Before 1.6.0 this functions used to move the last rule to the first position, which is now handled by :func:`mvRuleToTop`.
+ Before 1.6.0 this function used to move the last rule to the first position, which is now handled by :func:`mvRuleToTop`.
.. function:: rmRule(id)
.. versionchanged:: 1.6.0
Replaced by :func:`mvResponseRuleToTop`
- Before 1.6.0, this function used to move the last response rule to the first position, which is now handled by :func:`mvResponseRuleToTop`.
+ Before 1.6.0 this function used to move the last response rule to the first position, which is now handled by :func:`mvResponseRuleToTop`.
Functions for manipulating Cache Hit Response Rules:
.. versionchanged:: 1.6.0
Replaced by :func:`mvCacheHitResponseRuleToTop`
- Before 1.6.0, this function used to move the last cache hit response rule to the first position, which is now handled by :func:`mvCacheHitResponseRuleToTop`.
+ Before 1.6.0 this function used to move the last cache hit response rule to the first position, which is now handled by :func:`mvCacheHitResponseRuleToTop`.
Functions for manipulating Self-Answered Response Rules: