diff options
Diffstat (limited to 'framework/ICache.php')
-rw-r--r-- | framework/ICache.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/ICache.php b/framework/ICache.php index d50694dd..3a5a5a1e 100644 --- a/framework/ICache.php +++ b/framework/ICache.php @@ -6,9 +6,10 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; /** * ICache interface. @@ -16,7 +17,7 @@ * This interface must be implemented by cache managers. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System + * @package Prado * @since 3.0 */ interface ICache |