8 lines
295 B
YAML
8 lines
295 B
YAML
|
---
|
||
|
features:
|
||
|
- |
|
||
|
``Enforcer`` objects now cache limits by default for the lifetime of the
|
||
|
object to provide improved performance when multiple calls of ``enforce()``
|
||
|
are needed. This behavior is controlled by the boolean ``cache`` keyword
|
||
|
argument to the ``__init__`` method.
|