Caching interceptor that internally uses a {@link NameMatchCachingModelSource} to retrieve caching models bound to intercepted methods.
{@link NameMatchCachingModelSource}
72737475767778
* Construct a <code>CacheProxyFactoryBean</code>. */ public CacheProxyFactoryBean() { super(); flushingInterceptor = new NameMatchFlushingInterceptor(); cachingInterceptor = new NameMatchCachingInterceptor(); }