Allow invalidating the users cache

This commit is contained in:
Oren Hurvitz
2014-04-07 15:01:06 +03:00
parent 86105a1533
commit e00f1a0410
7 changed files with 36 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Reflection;
@@ -95,6 +95,11 @@ namespace OpenSim.Services.HypergridService
return null;
}
public void InvalidateCache(UUID userID)
{
m_UUIDCache.Remove(userID);
}
public bool StoreUserAccount(UserAccount data)
{
return false;