@Override
 public void notifyDataSetInvalidated() {
   cleanupCache();
   super.notifyDataSetInvalidated();
 }