文件名称:solarium-cache
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-14 03:32:34
PHP
日光浴室缓存 使用 Doctrine Cache 缓存查询的 Solarium 插件。 安装 { " require " : { " hautelook/solarium-cache " : " 0.1@dev " } } 用法 $ client = . . . ; $ cache = new RedisCache (); // or whichever $ plugin = new CachePlugin (); $ plugin -> setCache ( $ cache ); $ client -> registerPlugin ( 'cache' , $ plugin ); $ query = $ client -> createSelect ( array ( 'cache_lifetime' => 60 , )); $ result
【文件预览】:
solarium-cache-master
----composer.json(535B)
----.travis.yml(246B)
----composer.lock(10KB)
----tests()
--------Hautelook()
----LICENSE(1KB)
----src()
--------Hautelook()
----.gitignore(22B)
----phpunit.xml.dist(363B)
----README.md(1KB)