LdapTools\Cache\CacheInterface::delete PHP Méthode

delete() public méthode

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);