Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 74 changed files with 0 additions and 409 deletions.
5 changes: 0 additions & 5 deletions src/Exception/BadMethodCallException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class BadMethodCallException extends \BadMethodCallException implements
ExceptionInterface
{
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ExceptionInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Exception
*/
interface ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/ExtensionNotLoadedException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class ExtensionNotLoadedException extends RuntimeException
{
}
5 changes: 0 additions & 5 deletions src/Exception/InvalidArgumentException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/LogicException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class LogicException extends \LogicException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/MissingDependencyException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class MissingDependencyException extends RuntimeException
{
}
5 changes: 0 additions & 5 deletions src/Exception/MissingKeyException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class MissingKeyException extends RuntimeException
{
}
5 changes: 0 additions & 5 deletions src/Exception/OutOfSpaceException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class OutOfSpaceException extends \OverflowException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/RuntimeException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/UnexpectedValueException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class UnexpectedValueException extends \UnexpectedValueException implements
ExceptionInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/UnsupportedMethodCallException.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class UnsupportedMethodCallException extends \BadMethodCallException implements
ExceptionInterface
{
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/AbstractPattern.php
Expand Up @@ -5,19 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

use Traversable;
use Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
abstract class AbstractPattern implements PatternInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/CallbackCache.php
Expand Up @@ -5,19 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

use Zend\Cache\Exception;
use Zend\Stdlib\ErrorHandler;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
class CallbackCache extends AbstractPattern
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/CaptureCache.php
Expand Up @@ -5,19 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

use Zend\Cache\Exception;
use Zend\Stdlib\ErrorHandler;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
class CaptureCache extends AbstractPattern
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Pattern/ClassCache.php
Expand Up @@ -5,18 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

use Zend\Cache;
use Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
*/
class ClassCache extends CallbackCache
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/ObjectCache.php
Expand Up @@ -5,18 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

use Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
class ObjectCache extends CallbackCache
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/OutputCache.php
Expand Up @@ -5,18 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

use Zend\Cache\Exception;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
class OutputCache extends AbstractPattern
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/PatternInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
interface PatternInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Pattern/PatternOptions.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Pattern;
Expand All @@ -16,11 +15,6 @@
use Zend\Cache\Storage\StorageInterface as Storage;
use Zend\Stdlib\AbstractOptions;

/**
* @category Zend
* @package Zend_Cache
* @subpackage Pattern
*/
class PatternOptions extends AbstractOptions
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/PatternFactory.php
Expand Up @@ -5,18 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache;

use Traversable;
use Zend\Stdlib\ArrayUtils;

/**
* @category Zend
* @package Zend_Cache
*/
abstract class PatternFactory
{
/**
Expand Down
4 changes: 0 additions & 4 deletions src/PatternPluginManager.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache;
Expand All @@ -18,9 +17,6 @@
* Enforces that adatpers retrieved are instances of
* Pattern\PatternInterface. Additionally, it registers a number of default
* patterns available.
*
* @category Zend
* @package Zend_Cache
*/
class PatternPluginManager extends AbstractPluginManager
{
Expand Down
5 changes: 0 additions & 5 deletions src/Service/StorageCacheFactory.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Cache
*/

namespace Zend\Cache\Service;
Expand All @@ -16,10 +15,6 @@

/**
* Storage cache factory.
*
* @category Zend
* @package Zend_Cache
* @subpackage Service
*/
class StorageCacheFactory implements FactoryInterface
{
Expand Down

0 comments on commit a5f3296

Please sign in to comment.