doAutoPurge method
      
void
doAutoPurge()
      
     
    
Same as purge, but called automatically by many operations.
Implementation
void doAutoPurge() {
  if (!autoPurge) return;
  purge();
}Same as purge, but called automatically by many operations.
void doAutoPurge() {
  if (!autoPurge) return;
  purge();
}