@ Cacheable (value = "isValid", key = "#Id") publi c Merchant isValid (long Id) {
try { return merchantRepository.isValid(Id); }catch (Exception ex){ ex.printStackTrace(); return null; }