ttgive / qeephp

Automatically exported from code.google.com/p/qeephp
0 stars 0 forks source link

高效的缓存系统 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    *  基本要求
          o 支持 memcached
          o 支持多层目录
          o 高效的锁定与原子更新
          o 多种缓存策略

    * 页面的缓存
          o 支持页面内容的部分缓存
          o 可以在应用程序外围进行缓存
          o 可以缓存 WebControls 实例的内容
          o 可以为每一个 WebControls 实例指定不同的缓存策略

    * 数据缓存
          o 可以直接缓存为 php 数组(加快载入速度)
          o 可以缓存序列化以后的数据
          o 可以在反序列化时自动载入需要的对象定义文件(借助 QeePHP 的对象
载入机制)

Original issue reported on code.google.com by dualf...@gmail.com on 29 Jul 2007 at 4:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
实现了基础的 QCache_File 缓存服务。

QCache_File 
使用文件系统保存缓存数据,支持原子更新、多层目录、缓��
�策略、自动序列化。

Original comment by dualf...@gmail.com on 14 Feb 2008 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by dualf...@gmail.com on 19 Apr 2008 at 8:36

GoogleCodeExporter commented 9 years ago
but some document about Qcahce could not found ;*

Original comment by fred1...@gmail.com on 22 Jun 2009 at 6:31

GoogleCodeExporter commented 9 years ago
是啊。qeephp的缓存部分文档几乎=0

Original comment by dreamcog on 23 Feb 2010 at 5:16