Commit c1ee6a02 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added cache invalidation.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6357 b35dd754-fafc-0310-a699-88a17e54d16e
parent d34ccf6b
......@@ -200,6 +200,10 @@ public class PresenceManagerImpl extends BasicModule implements PresenceManager
finally {
DbConnectionManager.closeConnection(pstmt, con);
}
// Remove data from cache.
offlinePresenceCache.remove(username);
lastActivityCache.remove(username);
}
}
......
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