| Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Cache/ |
| Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Cache/CacheEntry.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Cache;
/**
* Cache entry interface
*
* <b>IMPORTANT NOTE:</b>
*
* Fields of classes that implement CacheEntry are public for performance reason.
*/
interface CacheEntry
{
}