}
}
void removeUserEntry(String username, String pipeline, String windowId)
{
ContentCacheKey key = keyGenerator.createUserCacheKey(username, pipeline, windowId);
if (ehcache.remove(key.getKey()))
{
Element userElement = ehcache.get(username);
if (userElement != null)
{