mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Pull out distinct cache system folders and drop cache methods in InventoryCache
This commit is contained in:
@@ -88,6 +88,8 @@ namespace OpenSim.Services.InventoryService
|
||||
// See IInventoryServices
|
||||
public virtual InventoryFolderBase GetRootFolder(UUID userID)
|
||||
{
|
||||
//m_log.DebugFormat("[INVENTORY SERVICE]: Getting root folder for {0}", userID);
|
||||
|
||||
// Retrieve the first root folder we get from the DB.
|
||||
InventoryFolderBase rootFolder = m_Database.getUserRootFolder(userID);
|
||||
if (rootFolder != null)
|
||||
|
||||
Reference in New Issue
Block a user