Is there any documentation or example to use jcache with ignite as implementation? On Jan 24, 2016 6:46 PM, "vkulichenko [via Apache Ignite Users]" < [email protected]> wrote:
> Hi Vinay, > > getCacheManager() will return the instance of JCache manager [1] if you > used one to create a cache. If you created it using Ignite API, it will be > null. > > To get an Ignite instance from IgniteCache do this: 'Ignite ignite = > cache.unwrap(Ignite.class)' > > [1] > https://ignite.apache.org/releases/1.5.0.final/javadoc/org/apache/ignite/cache/CacheManager.html > > -Val > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-ignite-users.70518.x6.nabble.com/cache-getCacheManager-returns-null-tp2676p2682.html > To unsubscribe from cache.getCacheManager() returns null., click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2676&code=dmluc2hhcm1hLnRlY2hAZ21haWwuY29tfDI2NzZ8ODIyNDgwNzMy> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/cache-getCacheManager-returns-null-tp2676p2683.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
