Purges data stored in the FESF Policy Cache for the specified file.
void
FesfUtil2PurgePolicyCache(std::wstring_view PathToPurge);
DWORD
FesfUtil2PurgePolicyCacheForFile_C([in] LPCWSTR PathToPurge);
PathToPurge
Fully qualified path for the file to purge from cache. A fully specified file name is required. Wild cards in the file specification are not supported.
Throws an FEU2Exception if an error is encountered.
This function causes FESF to remove all references to a given file from the FESF Policy Cache. There may be some delay between the time this function is called and when the Policy Cache is completely purged for the specified file.
IFesfUtil::PurgePolicyCacheFile