Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php

<?php

namespace Doctrine\Common\Cache;

/**
 * Interface for cache drivers that supports multiple items manipulation.
 *
 * @link   www.doctrine-project.org
 */
interface MultiOperationCache extends MultiGetCache, MultiDeleteCache, MultiPutCache
{
}