other missing file

This commit is contained in:
UbitUmarov
2020-10-28 09:54:16 +00:00
parent 818108bba5
commit 9db6109430

View File

@@ -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.