{
DirectoryUtils.rmdir(name);
Iterator it = documents.getIterator();
while (it.hasNext())
{
FileCacheEntry entry = (FileCacheEntry)it.next();
if (null == entry)
{
continue;
}
Profile profile = (Profile)entry.getDocument();
if (null == profile)
{
continue;
}
JetspeedUser pUser = profile.getUser();