Skip to main content

Short for wraps cache. A method cache system base on method Decorators.

Project description

wrapcache:wrap cache, python方法装饰器缓存系统。

wrapcache: Short for wraps cache. A Function / Method OUTPUT cache system base on function Decorators.

GitHub: https://github.com/hustcc/wrapcache

特点

  • 兼容各种版本的python,包括python2和python3的个版本;

  • 使用方便:一个装饰器放到方法的头部即可缓存该方法;

  • 配置简单:cache指定缓存方式、timeout指定缓存过期时间;

  • MIT 授权协议;

安装说明

代码对 Python 2/3 均兼容

  1. 全自动安装: easy_install wrapcache 或者 pip install wrapcache / pip3 install wrapcache

  2. 半自动安装:先下载 https://pypi.python.org/pypi/wrapcache/ ,解压后运行 python setup.py install

  3. 手动安装:将 jieba 目录放置于当前目录或者 site-packages 目录

通过 import wrapcache 来引用

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wrapcache-1.0.8.zip (16.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page