return getJDBCStore(cacheDirFinder, tilePageCalculator, config);
}
public QuotaStore getJDBCStore(ApplicationContext ctx, JDBCConfiguration config) throws ConfigurationException {
// lookup dependencies in the classpath
DefaultStorageFinder cacheDirFinder = (DefaultStorageFinder) ctx
.getBean("gwcDefaultStorageFinder");
TilePageCalculator tilePageCalculator = (TilePageCalculator) ctx
.getBean("gwcTilePageCalculator");
return getJDBCStore(cacheDirFinder, tilePageCalculator, config);