[ 源代码: django-cache-memoize ]
软件包:python3-django-cache-memoize(0.1.10-3)
python3-django-cache-memoize 的相关链接
Debian 的资源:
下载源码包 django-cache-memoize:
- [django-cache-memoize_0.1.10-3.dsc]
- [django-cache-memoize_0.1.10.orig.tar.gz]
- [django-cache-memoize_0.1.10-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-django-cache-memoize 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework