- Common ways to obtain CachePurgeReport
private void myMethod () {CachePurgeReport c =
PurgeReport purgeReport;purgeReport.getCachePurgeReport()
- Smart code suggestions by Codota
}
public boolean isEmpty() { return cachePurgeReport.isEmpty() && databasePurgeReport.isEmpty(); } }
public boolean isEmpty() { return cachePurgeReport.isEmpty() && databasePurgeReport.isEmpty(); } }
if (!cachePurgeReport.isEmpty()) { builder.append(CACHE_IS_NOT_CLEAN).append(cachePurgeReport.getPurgeReportAsString());
if (!cachePurgeReport.isEmpty()) { message.append("Deployment cache is not clean:\n") .append(cachePurgeReport.getPurgeReportAsString());
if (!cachePurgeReport.isEmpty()) { message.append("Deployment cache is not clean:\n") .append(cachePurgeReport.getPurgeReportAsString());
public boolean isEmpty() { return cachePurgeReport.isEmpty() && databasePurgeReport.isEmpty(); } }
if (!cachePurgeReport.isEmpty()) { message.append("Deployment cache is not clean:\n") .append(cachePurgeReport.getPurgeReportAsString());