first commit
This commit is contained in:
28
ZeedFramework/library/Zeed/Cache/Backend/Memcache.php
Normal file
28
ZeedFramework/library/Zeed/Cache/Backend/Memcache.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* Zeed Platform Project
|
||||
* Based on Zeed Framework & Zend Framework.
|
||||
*
|
||||
* BTS - Billing Transaction Service
|
||||
* CAS - Central Authentication Service
|
||||
*
|
||||
* LICENSE
|
||||
* http://www.zeed.com.cn/license/
|
||||
*
|
||||
* @category Zeed
|
||||
* @package Zeed_ChangeMe
|
||||
* @subpackage ChangeMe
|
||||
* @copyright Copyright (c) 2010 Zeed Technologies PRC Inc. (http://www.zeed.com.cn)
|
||||
* @author Zeed Team (http://blog.zeed.com.cn)
|
||||
* @since 2010-9-30
|
||||
* @version SVN: $Id$
|
||||
*/
|
||||
|
||||
class Zeed_Cache_Backend_Memcache extends Zend_Cache_Backend_Memcached
|
||||
{
|
||||
/**
|
||||
* Zend_Cache_Backend_Memcached 为 Memcache 的实现
|
||||
*/
|
||||
}
|
||||
|
||||
// End ^ Native EOL ^ encoding
|
||||
Reference in New Issue
Block a user