https://www.phpfastcache.com * @author Georges.L (Geolim4) * */ declare(strict_types=1); namespace Phpfastcache\Cluster\Drivers\RandomReplication; use Phpfastcache\Cluster\ItemAbstract; /** * Class ClusterItem * @package Phpfastcache\Cluster */ class Item extends ItemAbstract { }