Commit a9ae0033 authored by guus's avatar guus

OF-616: Public Group cache should be refreshed after a group is added.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13490 b35dd754-fafc-0310-a699-88a17e54d16e
parent a4ed739b
......@@ -102,7 +102,8 @@ public class GroupManager {
groupMetaCache.remove(GROUP_COUNT_KEY);
groupMetaCache.remove(GROUP_NAMES_KEY);
groupMetaCache.remove(SHARED_GROUPS_KEY);
groupMetaCache.remove(PUBLIC_GROUPS);
// Evict cached information for affected users
evictCachedUsersForGroup(group);
}
......
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