From 1f09e407564752bd174c7573215c6f9bc951d78d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 28 Oct 2020 09:56:27 +0000 Subject: [PATCH] other missing file --- OpenSim/Tests/Common/TestsAssetCache.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OpenSim/Tests/Common/TestsAssetCache.cs b/OpenSim/Tests/Common/TestsAssetCache.cs index 12f2752930..5747c6b5ca 100644 --- a/OpenSim/Tests/Common/TestsAssetCache.cs +++ b/OpenSim/Tests/Common/TestsAssetCache.cs @@ -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);