trekksoft/taggable-zend-memcached-backend
Composer 安装命令:
composer require trekksoft/taggable-zend-memcached-backend
包简介
Zend_Cache (ZF 1) memcached backend (not libmemcached) with support for tags
关键字:
README 文档
README
Features
Basic support for tags. You can invalidate entries with the following cleaning modes:
Zend_Cache::CLEANING_MODE_ALLZend_Cache::CLEANING_MODE_MATCHING_TAGZend_Cache::CLEANING_MODE_MATCHING_ANY_TAG
There is also support to prefix your cache entries. Just pass the prefix_key option in the ctor.
Requirements
- PHP 5.3+
- PSR-0 autoloading
Installation
compser require "trekksoft/taggable-zend-memcached-backend":"dev-master"
Usage
When using the cache manager, make sure to set 'customBackendNaming' => true, 'frontendBackendAutoload' => true. Otherwise ZF will fail to load the backend.
Same when using Zend_Cache::factory(). Set $customBackendNaming => true, $autoload => true.
统计信息
- 总下载量: 9.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-09-05