clearCache method

void clearCache()

Clears the cached rules

Implementation

void clearCache() {
  _cachedRules.clear();
}