Shannon
|
18e8f09654
|
BatchedDatabaseServerMessenger only exists in Web now, no reason for it to be in Core. CoreBootManager by default now uses DatabaseServerMessenger (non-batched), WebBootManager now uses BatchedDatabaseServerMessenger and is always enabled by default unless the Dist Calls setting in umbracoSettings is enabled, in that case it will revert to using the legacy batched web services messenger.
|
2015-07-15 17:27:01 +02:00 |
|
Shannon
|
c73749ea54
|
Removes ctor's accepting delegates and instead makes them abstract methods, adds some docs
|
2015-03-27 10:25:25 +11:00 |
|
Shannon
|
e001ed93c1
|
Updates BatchedDatabaseServerMessenger to have an abstract GetBatch method instead of having a delegate in the ctor
|
2015-03-27 10:16:49 +11:00 |
|
Stephan
|
9213304161
|
Bugfix distributed cache
|
2015-03-05 10:49:22 +01:00 |
|
Stephan
|
46fdd605ae
|
Refactor distributed cache & merge Shazwazza's DataBaseServerMessenger
|
2015-03-05 10:49:21 +01:00 |
|