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