From 9db61094306ae1b540b7c65e1d21622d4c332cfd Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 28 Oct 2020 09:54:16 +0000 Subject: [PATCH] other missing file --- OpenSim/Framework/IAssetCache.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Framework/IAssetCache.cs b/OpenSim/Framework/IAssetCache.cs index 1626a918cb..1cf7ca5a0c 100644 --- a/OpenSim/Framework/IAssetCache.cs +++ b/OpenSim/Framework/IAssetCache.cs @@ -50,6 +50,8 @@ namespace OpenSim.Framework /// Will be set to null if no asset was found /// False if the asset has been negative-cached bool Get(string id, out AssetBase asset); + // as get without negative cache check + AssetBase GetCached(string id); /// /// Check whether an asset with the specified id exists in the cache.