mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
other missing file
This commit is contained in:
@@ -113,6 +113,11 @@ namespace OpenSim.Tests.Common
|
||||
return true;
|
||||
}
|
||||
|
||||
public AssetBase GetCached(string id)
|
||||
{
|
||||
return (AssetBase)m_Cache.Get(id);
|
||||
}
|
||||
|
||||
public void Expire(string id)
|
||||
{
|
||||
m_Cache.Remove(id);
|
||||
|
||||
Reference in New Issue
Block a user