| 42 | | Note: There is one performance downgrade here. The way caching is implemented in all 3 class above it skips the request generation part entirely if cache is present. However, the upside it the query will be cached based on the final request making it better at handling similar queries generated via different args setup. |
| | 42 | Note: There is one performance downgrade here. The way caching is implemented in all 3 class above it skips the request generation part entirely if cache is present. |
| | 43 | However, the upside of implementing these change is, cache will be based on the final request making it better at handling similar queries generated via different args setup. |