Commit 05dac8a2 authored by guus's avatar guus

OF-616: Group names are cached in two manners: one time in a collection that...

OF-616: Group names are cached in two manners: one time in a collection that contains all group names, but also for paginated requests. Upon changing the cache, those paginated cached collections should also be tossed.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13494 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9690e3aa
...@@ -123,6 +123,9 @@ public class GroupManager { ...@@ -123,6 +123,9 @@ public class GroupManager {
// Evict cached information for affected users // Evict cached information for affected users
evictCachedUsersForGroup(group); evictCachedUsersForGroup(group);
// Evict cached paginated group names
evictCachedPaginatedGroupNames();
} }
public void groupModified(Group group, Map params) { public void groupModified(Group group, Map params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment