mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Properly implement CenomeAssetCache.Check()
This commit is contained in:
@@ -194,10 +194,12 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
#region IImprovedAssetCache Members
|
||||
|
||||
|
||||
public bool Check(string id)
|
||||
{
|
||||
return false;
|
||||
AssetBase asset;
|
||||
|
||||
// XXX:This is probably not an efficient implementation.
|
||||
return m_cache.TryGetValue(id, out asset);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user