Description
org.apache.wicket.pageStore.AsynchronousDataStore (ADS) is designed to wrap another IDataStore and save the serialized pages in a different thread.
The class is only used in unit tests.
Running org.apache.wicket.page.persistent.disk.DiskDataStoreTest.test1() with ADS seems to be actually slower than running it w/o ADS.
We need to review the code in ADS and either improve it to scale better or drop this class completely.