mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
implement CoreAssetCache.Check()
This commit is contained in:
@@ -114,7 +114,8 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
//
|
||||
public bool Check(string id)
|
||||
{
|
||||
return false;
|
||||
// XXX This is probably not an efficient implementation.
|
||||
return Get(id) != null;
|
||||
}
|
||||
|
||||
public void Cache(AssetBase asset)
|
||||
|
||||
Reference in New Issue
Block a user