I put my shared per-thread stuff in thread local and reference it from CacheStoreAdapter. That will hopefully work for you. For example, I have connections I want to re-use within the same transaction and don't want them returned to the pool until the transaction ends. That means multiple put-->write calls until I finally get a sessionEnd() call with write-through cache.
Best, Rick -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
