[ 原始碼: django-cache-memoize ]
套件:python3-django-cache-memoize(0.2.0-1)
python3-django-cache-memoize 的相關連結
Debian 的資源:
下載原始碼套件 django-cache-memoize:
- [django-cache-memoize_0.2.0-1.dsc]
- [django-cache-memoize_0.2.0.orig.tar.gz]
- [django-cache-memoize_0.2.0-1.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