~automne-team/automne/trunk

« back to all changes in this revision

Viewing changes to automne/Zend/Cache/Backend/BlackHole.php

  • Committer: sebastien-pauchet
  • Date: 2012-02-15 16:47:40 UTC
  • mfrom: (363.2.105 4.2)
  • Revision ID: seb@automne-cms.org-20120215164740-xrk26iafkvztwv6s
Merge stable branch 4.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * @category   Zend
16
16
 * @package    Zend_Cache
17
17
 * @subpackage Zend_Cache_Backend
18
 
 * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
 
18
 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
19
19
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
20
 
 * @version    $Id: BlackHole.php,v 1.1 2010/03/08 15:48:02 sebastien Exp $
 
20
 * @version    $Id: BlackHole.php 23775 2011-03-01 17:25:24Z ralph $
21
21
 */
22
22
 
23
23
/**
33
33
/**
34
34
 * @package    Zend_Cache
35
35
 * @subpackage Zend_Cache_Backend
36
 
 * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
 
36
 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
37
37
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
38
38
 */
39
 
class Zend_Cache_Backend_BlackHole 
40
 
    extends Zend_Cache_Backend 
 
39
class Zend_Cache_Backend_BlackHole
 
40
    extends Zend_Cache_Backend
41
41
    implements Zend_Cache_Backend_ExtendedInterface
42
42
{
43
43
    /**