Default implementation of {@link CacheableService}.
{@link CacheableService}
357358359360361362363
factoryBean = new CacheProxyFactoryBean(); factoryBean.setFlushingModels(flushingModels); setUpCachingModels(); target = new CacheableServiceImpl(); }