Uses of Class
org.axonframework.saga.repository.SagaCache

Packages that use SagaCache
org.axonframework.saga.repository   
 

Uses of SagaCache in org.axonframework.saga.repository
 

Methods in org.axonframework.saga.repository that return SagaCache
protected  SagaCache AbstractSagaRepository.getSagaCache()
          Returns the SagaCache used to prevent multiple instances of the same conceptual Saga (i.e. with same identifier) from being active in the JVM.
 



Copyright © 2011. All Rights Reserved.