other missing file

This commit is contained in:
UbitUmarov
2020-10-28 09:56:27 +00:00
parent 9db6109430
commit 1f09e40756

View File

@@ -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);