This website requires JavaScript.
Explore
Help
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
98d8971ce9170571a90a334e5180d8dfac28af1f
Umbraco-CMS
/
src
/
Umbraco.Web
/
PublishedCache
/
NuCache
/
DataSource
History
Shannon
1ab73b35a4
Merge remote-tracking branch 'origin/v8/contrib' into v8/feature/nucache-perf
2021-03-12 16:50:00 +11:00
..
BTree.ContentDataSerializer.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
BTree.ContentNodeKitSerializer.cs
Wip support for compressing/decompressing nucache documents on a per property basis. Option for compressing the properties in sql/nucache.db. Option for immediate/lazy decompression of properties. Mapping support for shorter property alias.
2020-07-09 00:17:31 +12:00
BTree.cs
notes
2020-12-16 17:50:34 +11:00
BTree.DictionaryOfCultureVariationSerializer.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
BTree.DictionaryOfPropertyDataSerializer.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
ContentCacheDataModel.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
ContentCacheDataSerializationResult.cs
Adds notes fixes tests
2020-12-16 16:52:43 +11:00
ContentCacheDataSerializerEntityType.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
ContentData.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
ContentSourceDto.cs
removes CompressedStorageAttribute, makes IPropertyCacheCompressionOptions which can be defined in DI to configure what properties can be compressed in memory and new IReadOnlyContentBase to provide some context to the IPropertyCacheCompressionOptions
2021-01-28 13:50:18 +11:00
CultureVariation.cs
Fixing build/tests
2020-07-03 14:50:21 +10:00
DatabaseDataSource.cs
Merge remote-tracking branch 'origin/v8/contrib' into v8/feature/nucache-perf
2021-03-12 16:50:00 +11:00
IContentCacheDataSerializer.cs
removes CompressedStorageAttribute, makes IPropertyCacheCompressionOptions which can be defined in DI to configure what properties can be compressed in memory and new IReadOnlyContentBase to provide some context to the IPropertyCacheCompressionOptions
2021-01-28 13:50:18 +11:00
IContentCacheDataSerializerFactory.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
IDataSource.cs
Fixes SetAllFastSorted and sort orders
2019-08-19 17:18:45 +10:00
IDictionaryOfPropertyDataSerializer.cs
Wip support for compressing/decompressing nucache documents on a per property basis. Option for compressing the properties in sql/nucache.db. Option for immediate/lazy decompression of properties. Mapping support for shorter property alias.
2020-07-09 00:17:31 +12:00
JsonContentNestedDataSerializer.cs
removes CompressedStorageAttribute, makes IPropertyCacheCompressionOptions which can be defined in DI to configure what properties can be compressed in memory and new IReadOnlyContentBase to provide some context to the IPropertyCacheCompressionOptions
2021-01-28 13:50:18 +11:00
JsonContentNestedDataSerializerFactory.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
LazyCompressedString.cs
Ensure LazyCompressedString doesn't decompress when debugging
2021-01-27 15:11:16 +11:00
MsgPackContentNestedDataSerializer.cs
removes CompressedStorageAttribute, makes IPropertyCacheCompressionOptions which can be defined in DI to configure what properties can be compressed in memory and new IReadOnlyContentBase to provide some context to the IPropertyCacheCompressionOptions
2021-01-28 13:50:18 +11:00
MsgPackContentNestedDataSerializerFactory.cs
removes CompressedStorageAttribute, makes IPropertyCacheCompressionOptions which can be defined in DI to configure what properties can be compressed in memory and new IReadOnlyContentBase to provide some context to the IPropertyCacheCompressionOptions
2021-01-28 13:50:18 +11:00
PropertyData.cs
Fixing build/tests
2020-07-03 14:50:21 +10:00
SerializerBase.cs
reverts change for IsDecompressed
2021-01-27 15:16:22 +11:00