clearAllCache method

void clearAllCache()

Implementation

void clearAllCache() {
  if (!_isDisposed) {
    _permissionCache.clear();
  }
}