%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/diaspora/api/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
Upload File :
Create Path :
Current File : /var/www/html/diaspora/api/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php

<?php

namespace Doctrine\Common\Cache;

/**
 * Interface for cache drivers that allows to put many items at once.
 *
 * @link   www.doctrine-project.org
 * @deprecated
 */
interface MultiDeleteCache
{
    /**
     * Deletes several cache entries.
     *
     * @param string[] $keys Array of keys to delete from cache
     *
     * @return bool TRUE if the operation was successful, FALSE if it wasn't.
     */
    public function deleteMultiple(array $keys);
}

Zerion Mini Shell 1.0