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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user