UbitUmarov 3 лет назад
Родитель
Сommit
9db6109430
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      OpenSim/Framework/IAssetCache.cs

+ 2 - 0
OpenSim/Framework/IAssetCache.cs

@@ -50,6 +50,8 @@ namespace OpenSim.Framework
         /// <param name='asset'>Will be set to null if no asset was found</param>
         /// <returns>False if the asset has been negative-cached</returns>
         bool Get(string id, out AssetBase asset);
+        // as get without negative cache check
+        AssetBase GetCached(string id);
 
         /// <summary>
         /// Check whether an asset with the specified id exists in the cache.