clearGuardCache static method
void
clearGuardCache()
Clears the guard cache
Useful for testing or when configuration changes
Implementation
static void clearGuardCache() {
_guardCache.clear();
}
Clears the guard cache
Useful for testing or when configuration changes
static void clearGuardCache() {
_guardCache.clear();
}