Skip to content

Commit 8a41008

Browse files
MAGETWO-58594: Static Assets deployment throws errors when redis is used for cache after PR 389
added description for dummy cache adapter
1 parent 4ee7435 commit 8a41008

File tree

1 file changed

+6
-0
lines changed
  • lib/internal/Magento/Framework/App/Cache/Type

1 file changed

+6
-0
lines changed

lib/internal/Magento/Framework/App/Cache/Type/Dummy.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
use Magento\Framework\App\CacheInterface;
99

10+
/**
11+
* Dummy cache adapter
12+
*
13+
* for cases when need to disable interaction with cache
14+
* but no specific cache type is used
15+
*/
1016
class Dummy implements CacheInterface
1117
{
1218
/**

0 commit comments

Comments
 (0)