文件名称:propel2-data-cache-behavior:Propel ORM行为,可为模型提供自动数据缓存。 移植到snakanopropel-data-cache-behavior的Propel2
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-17 06:52:54
PHP
Propel2的数据缓存行为 Propel ORM行为,可为模型提供自动数据缓存。 基于Propel 1.6工作。 支持缓存系统APC,memcached和Redis(通过 ) 自动缓存和自动刷新。 查询缓存行为有什么区别 是查询对象的缓存转换(缓存SQL代码)。 此行为正在缓存数据库的结果。 (缓存结果数据) 要求 PHP> = 5.3 推进> = 2.0.0 安装 作曲家 在项目的composer.json文件中添加对thefuriouscoder/propel2-data-cache-behavior的依赖关系。 { "require" : { "thefuriouscoder/propel2-data-cache-behavior" : "dev-master" } } 配置 schema.xml < table name = " b
【文件预览】:
propel2-data-cache-behavior-master
----.gitignore(27B)
----src()
--------DataCacheBehaviorQueryBuilderModifier.php(10KB)
--------DataCacheBehavior.php(1KB)
--------DataCacheBehaviorObjectBuilderModifier.php(897B)
----.travis.yml(257B)
----composer.json(983B)
----README.md(4KB)
----tests()
--------bootstrap.php(395B)
--------DataCacheBehaviorTest.php(7KB)
----phpunit.xml.dist(635B)