anfema_django_utils.caching

This module provides caching related utilities.

Note

This module is only supported with Python >= 3.9

New in version 1.5.

Functions

cached_call

Decorator to wrap a function with a memoizing callable similar to the functools.lru_cache() decorator.