195196197198199200201
protected ClassLoaderFactory createClassLoaderFactory() { return new DefaultClassLoaderFactory(get(ClassPathRegistry.class)); } protected CacheFactory createCacheFactory() { return new AutoCloseCacheFactory(new DefaultCacheFactory()); }
51525354555657
protected ClassPathRegistry createClassPathRegistry() { return new DefaultClassPathRegistry(); } protected CacheFactory createCacheFactory() { return new AutoCloseCacheFactory(new DefaultCacheFactory()); }