132133134135136137138139140
return (InstanceContext) associatedContexts.get(containerId, id); } public final InTxCache getInTxCache() { if (inTxCache == null) { inTxCache = new InTxCache(new SimpleFlushStrategy()); } return inTxCache; }
135136137138139140141142143