mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Merge branch 'careminster' into careminster-presence-refactor
This commit is contained in:
@@ -406,6 +406,11 @@ namespace Flotsam.RegionModules.AssetCache
|
||||
return asset;
|
||||
}
|
||||
|
||||
public AssetBase GetCached(string id)
|
||||
{
|
||||
return Get(id);
|
||||
}
|
||||
|
||||
public void Expire(string id)
|
||||
{
|
||||
if (m_LogLevel >= 2)
|
||||
|
||||
Reference in New Issue
Block a user