@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() );
}