@Override
 public void update(Channel entity) {
   evictCache(entity);
   super.update(entity);
 }