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

@@ -256,6 +256,10 @@ namespace OpenSim.Services.UserAccountService
return MakeUserAccount(d[0]);
}
public void InvalidateCache(UUID userID)
{
}
public bool StoreUserAccount(UserAccount data)
{
// m_log.DebugFormat(