Examples of AcrossCompositeCacheManager


Examples of com.foreach.across.core.cache.AcrossCompositeCacheManager

  @Bean
  @Lazy
  // TODO currently this does not work, but we hardcoded it in the AcrossBootstrapper
  //@Exposed
  public AcrossCompositeCacheManager cacheManager( AcrossContext acrossContext ) {
    return new AcrossCompositeCacheManager( acrossContext.isDisableNoOpCacheManager() );
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.