File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ VERSION INFORMATION
5252
5353- New unit tests (need way more)
5454
55- **** * SPECIAL THANKS TO THE MAJOR CONTRIBUTORS TO THIS BUILD: mmajcica and aweber1 - you rock! :)
55+ - SPECIAL THANKS TO THE MAJOR CONTRIBUTORS TO THIS BUILD: mmajcica and aweber1 - you rock! :)
5656
5757
5858INSTALLATION INSTRUCTIONS
@@ -74,9 +74,11 @@ not have to be in the same order, but each client's list should contain the same
7474Supported built-in custom Loggers and Serializers:
7575
7676` Dache.Client.Serialization.BinarySerializer, Dache.Client `
77+
7778` Dache.Client.Serialization.GZipSerializer, Dache.Client `
7879
7980` Dache.Core.Logging.EventViewerLogger, Dache.Core `
81+
8082` Dache.Core.Logging.FileLogger, Dache.Core `
8183
8284
@@ -102,9 +104,11 @@ To uninstall, run `uninstall.bat` or uninstall it manually via .NET 4.0's `insta
102104Supported built-in custom MemCaches and Serializers:
103105
104106` Dache.CacheHost.Storage.MemCache, Dache.CacheHost `
107+
105108` Dache.CacheHost.Storage.GZipMemCache, Dache.CacheHost `
106109
107110` Dache.Core.Logging.EventViewerLogger, Dache.Core `
111+
108112` Dache.Core.Logging.FileLogger, Dache.Core `
109113
110114
You can’t perform that action at this time.
0 commit comments