Updated LazyManyObjectsResolverBase to support removal. Moves cache refreshers to proper namespace and obsoletes old ones. Obsoletes

a couple of library cache clearing methods and moves them to CacheHelperExtensions. Fixes #U4-1653 for 6.1 and updates ExamineEvents to
ensure that Examine re-indexes media on all of the correct events (including Trashed). Changes for Caching are being done to begin work with
CD-148
This commit is contained in:
Shannon Deminick
2013-02-06 09:53:13 +06:00
parent 13e5590efa
commit 9f7347a4f5
27 changed files with 684 additions and 471 deletions

View File

@@ -39,10 +39,5 @@ namespace Umbraco.Core.ObjectResolution
get { return false; }
}
protected override bool SupportsRemove
{
get { return false; }
}
}
}