Obtain the TransactionManager from the cache

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1600

This topic has not yet been written. The content below is from the topic description.
Once initialized, the TransactionManager can also be obtained from the Cache itself:   //the cache must have a transactionManagerLookupClass defined Cache cache = cacheManager.getCache(); //equivalent with calling TransactionManagerLookup.getTransactionManager(); TransactionManager tm = cache.getAdvancedCache().getTransactionManager();