<?php

namespace Symfony\Contracts\Cache;

use Psr\Cache\CacheItemInterface;

interface ItemInterface extends CacheItemInterface
{
}
