LdapTools\Cache\CacheInterface::delete PHP Метод

delete() публичный Метод

Delete a specific item from the cache.
public delete ( string $type, string $name )
$type string The item type.
$name string The item name.
    public function delete($type, $name);