assert gc.asyncTransportExecutor().factory() instanceof DefaultExecutorFactory;
// Should be 25, but it's overriden by the test cache manager factory
assertEquals("6", gc.asyncTransportExecutor().properties().getProperty("maxThreads"));
assert gc.asyncTransportExecutor().properties().getProperty("threadNamePrefix").equals("AsyncSerializationThread");
assert gc.evictionScheduledExecutor().factory() instanceof DefaultScheduledExecutorFactory;
assert gc.evictionScheduledExecutor().properties().getProperty("threadNamePrefix").equals("EvictionThread");
assert gc.replicationQueueScheduledExecutor().factory() instanceof DefaultScheduledExecutorFactory;
assert gc.replicationQueueScheduledExecutor().properties().getProperty("threadNamePrefix").equals("ReplicationQueueThread");