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