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
f8bb53ac0338d41241659a9771d7e076bd2891c3
Umbraco-CMS
/
src
/
Umbraco.Web
/
PublishedCache
/
NuCache
/
DataSource
History
nzdev
f8bb53ac03
changed isdecompressed to a property. Changed serializerbase to internal
2020-12-16 19:20:24 +13: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
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.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
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
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
Adds migration for binary column on cmsContentNu
2020-07-03 15:41:25 +10:00
CultureVariation.cs
Fixing build/tests
2020-07-03 14:50:21 +10:00
DatabaseDataSource.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
IContentCacheDataSerializer.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
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
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
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
changed isdecompressed to a property. Changed serializerbase to internal
2020-12-16 19:20:24 +13:00
MsgPackContentNestedDataSerializer.cs
fix deserialization order
2020-11-24 10:10:38 +13:00
MsgPackContentNestedDataSerializerFactory.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
PropertyData.cs
Fixing build/tests
2020-07-03 14:50:21 +10:00
SerializerBase.cs
changed isdecompressed to a property. Changed serializerbase to internal
2020-12-16 19:20:24 +13:00