48495051525354
public <T> T construct(Class<T> componentType) { // the CacheViewsManager doesn't make sense for local caches if (transport == null) return null; return componentType.cast(new CacheViewsManagerImpl()); }
47484950515253