@Override
public ServiceResponse cacheReset() {
getBusiness().getSystemService().getCache().clear();
getSetupBean().clearFileCache();
getMessageQueue().publish(new SimpleMessage(
Topic.SESSION_CLEAN.name(), "start"));
return ServiceResponse.createSuccessResponse(
Messages.get("successfull_reset", "Cache"));
}