CachedDirectoryEntryList
= new CachedDirectoryEntryList(*sourceDirectory);
CachedDirectoryEntryList::CachedDirectoryEntryList(const BDirectory& directory)
CachedDirectoryEntryList::~CachedDirectoryEntryList()
class CachedDirectoryEntryList : public CachedEntryIterator {
CachedDirectoryEntryList(const BDirectory &);
virtual ~CachedDirectoryEntryList();
EntryListBase* entryList = new CachedDirectoryEntryList(*directory);