Package org.springmodules.cache.interceptor

Examples of org.springmodules.cache.interceptor.MethodMapCacheModelSource


public final class MethodMapFlushingModelSource implements FlushingModelSource {

  private MethodMapCacheModelSource source;

  public MethodMapFlushingModelSource() {
    source = new MethodMapCacheModelSource();
  }
View Full Code Here


public final class MethodMapCachingModelSource implements CachingModelSource {

  private final MethodMapCacheModelSource source;

  public MethodMapCachingModelSource() {
    source = new MethodMapCacheModelSource();
  }
View Full Code Here

TOP

Related Classes of org.springmodules.cache.interceptor.MethodMapCacheModelSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.