Version 3.1 of Yii Caching Library is released.
- Added interface
SerializerInterfacefor data serialization, andPhpSerializerimplementation. - Made
normalize()method static inCacheKeyNormalizerclass. - Changed PHP constraint in
composer.jsonto8.1 - 8.4. - Raised the minimum PHP version to 8.1 and minor refactoring.
- Explicitly marked parameters as nullable.