Python论坛  - 讨论区

标题:[python-chinese] 谁能简单说一下django的cache原

2007年01月02日 星期二 18:50

brightman fenyon在126.com
星期二 一月 2 18:50:36 HKT 2007

一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070102/af100ab5/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月02日 星期二 21:39

yi huang yi.codeplayer在gmail.com
星期二 一月 2 21:39:13 HKT 2007

>
> 再在cache.py文件中放一个dict
>
> 在其他views.py中访问这个dict
>

这个我倒是不知道,你在哪里看到的?

-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070102/649057b6/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月02日 星期二 21:47

brightman fenyon在126.com
星期二 一月 2 21:47:06 HKT 2007

一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070102/c568cfa0/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月02日 星期二 21:57

yi huang yi.codeplayer在gmail.com
星期二 一月 2 21:57:20 HKT 2007

On 1/2/07, brightman <fenyon at 126.com> wrote:
>
>  我看只需要在django简单地设置以下
> CACHE_BACKEND = 'locmem:///'
>
> 再在cache.py文件中放一个dict
>
> 在其他views.py中访问这个dict
>
> django是如何运作的?
>
> 谢谢!
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>

首先在 django 中可以配置不同的缓存后端,实际的缓存功能由这些后端提供,缓存数据可以存在内存、文件系统、数据库等地方,包括 memcache 等。
django 向你暴露一个同一的 cache api,实际的工作由 django 转移给你所配置的后端干了。
文档:http://www.djangoproject.com/documentation/cache 你应该已经看了吧。

-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070102/912e123c/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号