|
|
@ -83,6 +83,7 @@ public class CmmEnsCacheService implements ICmmEnsCacheService {
|
|
|
|
@Transactional(readOnly = true)
|
|
|
|
@Transactional(readOnly = true)
|
|
|
|
@CacheEvict(cacheNames = "rlaybsnmInfo", keyGenerator = "simpleKeyGenerator")
|
|
|
|
@CacheEvict(cacheNames = "rlaybsnmInfo", keyGenerator = "simpleKeyGenerator")
|
|
|
|
public void removeRlaybsnmInfoCache(final CmmEnsRequestDTO dto) {
|
|
|
|
public void removeRlaybsnmInfoCache(final CmmEnsRequestDTO dto) {
|
|
|
|
|
|
|
|
log.info("&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&{} cache remove&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", dto);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|