Skip to content

Commit 831c8dd

Browse files
committed
Improve the wording on parametrized caches
1 parent 3a83898 commit 831c8dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/migration/wsc61/caching.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Performing a full cache reset will still have the same latency impact as before.
2020

2121
- MUST NOT rely on any (runtime) cache.
2222
- Return a `CacheData` object instead of an `array`.
23-
- (Optional) For parameterized caches with state:
24-
- Use `readonly` properties in the constructor.
23+
- Parametrized caches are supported through `readonly` properties in the constructor.
2524
```php
2625
namespace wcf\system\cache\tolerant;
2726

0 commit comments

Comments
 (0)