a few changes to get assets

This commit is contained in:
UbitUmarov
2021-07-16 03:08:31 +01:00
parent cdcf468e5c
commit a01046c24f
12 changed files with 244 additions and 22 deletions

View File

@@ -53,6 +53,8 @@ namespace OpenSim.Framework
// as get without negative cache check
AssetBase GetCached(string id);
bool GetFromMemory(string id, out AssetBase asset);
/// <summary>
/// Check whether an asset with the specified id exists in the cache.
/// </summary>