cache property

bool get cache

Implementation

bool get cache {
  return argResults?['cache'] as bool;
}