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
Added \Phpfastcache\Helper\UninstanciableObjectTrait trait which will contains base locked constructor for any classes that are nor meant to be instanciated.
Deprecated \Phpfastcache\Config\Config::class
Removed/reworked/improved dead/unreachable/redundant/obsolete code, thanks to Phpstan
Drivers
Added Solr driver support
Events
Added \Phpfastcache\Event\EventInterface for \Phpfastcache\Event\Event and subclasses below
Added \Phpfastcache\Drivers\Arangodb\Event for Arangodb events
Added \Phpfastcache\Drivers\Dynamodb\Event for Dynamodb events
Added \Phpfastcache\Drivers\Solr\Event for Solr events
Moved the following constant from \Phpfastcache\Event\Event to their respective drivers: ARANGODB_CONNECTION, ARANGODB_COLLECTION_PARAMS, DYNAMODB_CREATE_TABLE
Cluster
Fixed #855 // ClusterReplication drivers are saving erroneous expiration date in low-level backends