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 3a83898 commit 831c8ddCopy full SHA for 831c8dd
docs/migration/wsc61/caching.md
@@ -20,8 +20,7 @@ Performing a full cache reset will still have the same latency impact as before.
20
21
- MUST NOT rely on any (runtime) cache.
22
- Return a `CacheData` object instead of an `array`.
23
-- (Optional) For parameterized caches with state:
24
- - Use `readonly` properties in the constructor.
+- Parametrized caches are supported through `readonly` properties in the constructor.
25
```php
26
namespace wcf\system\cache\tolerant;
27
0 commit comments