Introduce IContentNestedDataSerializer to allow injecting a custom serializer for nucache
This commit is contained in:
@@ -10,6 +10,9 @@ namespace Umbraco.Web.PublishedCache.NuCache
|
||||
{
|
||||
base.Compose(composition);
|
||||
|
||||
// register the NuCache NestedContentData serializer
|
||||
composition.Register<IContentNestedDataSerializer, JsonContentNestedDataSerializer>();
|
||||
|
||||
// register the NuCache database data source
|
||||
composition.Register<IDataSource, DatabaseDataSource>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user