void ClearResultCache() { ATLTRACE(_T("Result cache before clearing(size=%u)\r\n"), ResultCache.Size()); ResultCache.Clear(); }
void ClearModuleCache() { ATLTRACE(_T("Module cache before clearing(size=%u)\r\n"), ModuleCache.Size()); ModuleCache.Clear(); }
void ClearLocalFileCache() { ATLTRACE(_T("LocalFile cache before clearing(size=%u)\r\n"), LocalFileCache.Size()); LocalFileCache.Clear(); }