getIgnoreCacheKeys method

List<String>? getIgnoreCacheKeys()

Implementation

List<String>? getIgnoreCacheKeys() {
  return _baseIgnoreCacheKeys;
}