Commit caf0a8e9 authored by guus's avatar guus

OF-616: Reverting previous commit. It did not have the desired effect.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13492 b35dd754-fafc-0310-a699-88a17e54d16e
parent f24ac061
......@@ -102,7 +102,6 @@ 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);
......@@ -117,7 +116,6 @@ 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