cache unread count

This commit is contained in:
Athou
2013-07-03 12:42:01 +02:00
parent aab83043bd
commit ef4dfe2ff5
10 changed files with 112 additions and 25 deletions

View File

@@ -92,6 +92,6 @@ public class OPMLImporter {
log.error("error while importing {}: {}", outline.getXmlUrl(), e.getMessage());
}
}
cache.invalidateRootCategory(user);
cache.invalidateUserData(user);
}
}