Source: django-cache-memoize Maintainer: Debian Python Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, pybuild-plugin-pyproject, python3-all, python3-django, python3-setuptools, python3-wheel, Standards-Version: 4.7.4 Homepage: https://github.com/peterbe/django-cache-memoize Vcs-Browser: https://salsa.debian.org/python-team/packages/django-cache-memoize Vcs-Git: https://salsa.debian.org/python-team/packages/django-cache-memoize.git Package: python3-django-cache-memoize Architecture: all Depends: python3-django, Description: Django utility for a memoization decorator This memoization decorator uses the Django cache framework. It works with non-trivial arguments and keyword arguments. . There is support for memoized function calls to be invalidated. . Includes the ability to use as a "guard" for repeated execution when storing the function result isn't important or needed.