Show
Ignore:
Timestamp:
02/09/2008 12:37:51 AM (11 months ago)
Author:
PugFish
Message:

Fixed some driver comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Cache/Memcache.php

    r1841 r2007  
    33 * Memcache-based Cache driver. 
    44 * 
    5  * @package        Cache 
    6  * @author         Kohana Team 
     5 * $Id$ 
     6 * 
     7 * @package    Cache 
     8 * @author     Kohana Team 
    79 * @copyright  (c) 2007-2008 Kohana Team 
    8  * @license        http://kohanaphp.com/license.html 
     10 * @license    http://kohanaphp.com/license.html 
    911 */ 
    1012class Cache_Memcache_Driver implements Cache_Driver {