* */ declare(strict_types=1); namespace Phpfastcache\Cluster; use Psr\Cache\CacheItemPoolInterface; /** * Interface ClusterInterface Aggregatable * * @package Phpfastcache\Cluster */ interface AggregatablePoolInterface extends CacheItemPoolInterface { }