We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146f74a commit 70056f5Copy full SHA for 70056f5
lib/internal/Magento/Framework/Cache/Backend/Database.php
@@ -27,11 +27,11 @@
27
* ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
28
*/
29
30
-/**
31
- * Database cache backend
32
- */
33
namespace Magento\Framework\Cache\Backend;
34
+/**
+ * Database cache backend.
+ */
35
class Database extends \Zend_Cache_Backend implements \Zend_Cache_Backend_ExtendedInterface
36
{
37
/**
@@ -139,7 +139,7 @@ protected function _getTagsTable()
139
*
140
* Note : return value is always "string" (unserialization is done by the core not by the backend)
141
142
- * @param string $id Cache id
+ * @param string $id Cache id
143
* @param boolean $doNotTestCacheValidity If set to true, the cache validity won't be tested
144
* @return string|false cached datas
145
0 commit comments