Package com.foreach.across.core.cache

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

Related Classes of com.foreach.across.core.cache.AcrossCompositeCacheManager

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.