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.