Fixed issue that locally declared SurfaceControllers are routed through 'umbraco' area, this should not have been the case.

Created new CacheHelper which replaces the old Cache class and is accessible via the UmbracoContext.
Added new CachedPartial extension method to be able to cache the output of your partials (also by page and by member)
Added mew CacheHelperApplicationEventListener in order to automatically clear the partials cache when content is published, media or members is saved.
This commit is contained in:
Shannon Deminick
2012-10-31 11:36:22 +06:00
parent c3795d7e5a
commit 0db6c2cc11
12 changed files with 362 additions and 100 deletions

View File

@@ -241,6 +241,7 @@
</Compile>
<Compile Include="ApplicationContextExtensions.cs" />
<Compile Include="ApplicationEventsResolver.cs" />
<Compile Include="CacheHelperExtensions.cs" />
<Compile Include="Dynamics\DynamicExpression.cs" />
<Compile Include="Dynamics\DynamicGrouping.cs" />
<Compile Include="Dynamics\DynamicPublishedContentIdEqualityComparer.cs" />