File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/CacheInvalidate/Model Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \Cache \InvalidateLogger ;
9
9
10
+ /**
11
+ * Class PurgeCache
12
+ */
10
13
class PurgeCache
11
14
{
12
15
const HEADER_X_MAGENTO_TAGS_PATTERN = 'X-Magento-Tags-Pattern ' ;
@@ -56,8 +59,7 @@ public function __construct(
56
59
}
57
60
58
61
/**
59
- * Send curl purge request
60
- * to invalidate cache by tags pattern
62
+ * Send curl purge request to invalidate cache by tags pattern
61
63
*
62
64
* @param string $tagsPattern
63
65
* @return bool Return true if successful; otherwise return false
@@ -106,8 +108,7 @@ private function splitTags($tagsPattern)
106
108
}
107
109
108
110
/**
109
- * Send curl purge request to servers
110
- * to invalidate cache by tags pattern
111
+ * Send curl purge request to servers to invalidate cache by tags pattern
111
112
*
112
113
* @param \Zend\Http\Client\Adapter\Socket $socketAdapter
113
114
* @param \Zend\Uri\Uri[] $servers
You can’t perform that action at this time.
0 commit comments