You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/extension-dev-guide/cache/partial-caching/create-cache-type.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ A cache type `translate` is declared in the Magento_Translation module using the
97
97
</config>
98
98
```
99
99
100
-
Translate cache type model class is defined in `Magento\Framework\App\Cache\Type\Translate.php` class. It must extends`Magento\Framework\Cache\Frontend\Decorator\TagScope` class.
100
+
Translate cache type model class is defined in `Magento\Framework\App\Cache\Type\Translate.php` class. It must extend the`Magento\Framework\Cache\Frontend\Decorator\TagScope` class.
101
101
102
102
```php
103
103
<?php
@@ -118,7 +118,7 @@ class Translate extends \Magento\Framework\Cache\Frontend\Decorator\TagScope
118
118
const TYPE_IDENTIFIER = 'translate';
119
119
120
120
/**
121
-
* Cache tag used to distinguish the cache type from all other cache
121
+
* Cache tag used to distinguish the cache type from all other caches
0 commit comments