exception caching
Compare changes
- Daniel Hornung authored
+ 27
− 14
@@ -36,6 +36,7 @@ from enum import Enum
@@ -80,16 +81,22 @@ If a query phrase is given, the result must be unique. If this is not what you
@@ -98,7 +105,10 @@ def cached_query(query_string) -> Container:
@@ -111,14 +121,17 @@ def _cached_access(kind: AccessType, value: Union[str, int], unique=True):