Hi, It's true that Ignite provides the implementation for JSR107:
https://ignite.apache.org/use-cases/caching/jcache-provider.html https://apacheignite.readme.io/docs/jcache Unfortunately, I don't have the details of how exactly it was implemented and can't suggest you in your questions but Apache Ignite is the open source and you can easily get the source code: https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java (method replace) Also, you can try to find the answers on developer mail list: http://apache-ignite-developers.2346864.n4.nabble.com BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
