aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserAccountService/UserAccountService.cs
diff options
context:
space:
mode:
authorOren Hurvitz2014-04-07 15:01:06 +0300
committerOren Hurvitz2014-04-08 08:11:29 +0100
commite00f1a0410a3f57dea4a0cae1376a5d73609d75b (patch)
tree84cef48ff2538764daee803b3e5aec168859d354 /OpenSim/Services/UserAccountService/UserAccountService.cs
parentBetter (amend to previous commit) (diff)
downloadopensim-SC_OLD-e00f1a0410a3f57dea4a0cae1376a5d73609d75b.zip
opensim-SC_OLD-e00f1a0410a3f57dea4a0cae1376a5d73609d75b.tar.gz
opensim-SC_OLD-e00f1a0410a3f57dea4a0cae1376a5d73609d75b.tar.bz2
opensim-SC_OLD-e00f1a0410a3f57dea4a0cae1376a5d73609d75b.tar.xz
Allow invalidating the users cache
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/UserAccountService/UserAccountService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs
index 1852e4f..40d8095 100644
--- a/OpenSim/Services/UserAccountService/UserAccountService.cs
+++ b/OpenSim/Services/UserAccountService/UserAccountService.cs
@@ -256,6 +256,10 @@ namespace OpenSim.Services.UserAccountService
256 return MakeUserAccount(d[0]); 256 return MakeUserAccount(d[0]);
257 } 257 }
258 258
259 public void InvalidateCache(UUID userID)
260 {
261 }
262
259 public bool StoreUserAccount(UserAccount data) 263 public bool StoreUserAccount(UserAccount data)
260 { 264 {
261// m_log.DebugFormat( 265// m_log.DebugFormat(