LdapTools\Cache\CacheInterface::delete PHP Method

delete() public method

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