| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpfastcache-9.2.3.zip | 2024-01-23 | 192.9 kB | |
| 9.2.3 source code.tar.gz | 2024-01-13 | 84.1 kB | |
| 9.2.3 source code.zip | 2024-01-13 | 200.5 kB | |
| README.md | 2024-01-13 | 589 Bytes | |
| Totals: 4 Items | 478.2 kB | 0 | |
- Drivers
- Added support of
Ravendbas an extension with its own sub-repository. - Deprecated
\Phpfastcache\Entities\DriverStatistic::getData(). Will be removed as of v10. - Deprecated
\Phpfastcache\Entities\DriverStatistic::setData(). Will be removed as of v10. - Added
\Phpfastcache\Entities\DriverStatistic::getCount(): int|null. If applicable will return the count of cache objects stored in driver database/collection. Null otherwise. - Added
\Phpfastcache\Entities\DriverStatistic::setCount()