Hi Val,

I am building a caching library to be used across our multiple
applications. This library is supposed to support functionalities which
ignite supports as a JCache implementation and also provide support for
features like SQL query which JCache doesn't govern. Consumers of this
library are to be abstracted from actual cache implementation under the
hood.

I have just started brainstorming on this and i am also new to Ignite. What
i feel is that in my library i will need access to ignite instance which is
wrapped inside SpringCacheManager implementation where it provides no way
to access it. Plus using spring cache manager will be an extra layer of
abstraction between my library and ignite.

Regards,
Vinay
On Jan 10, 2016 12:17 AM, "vkulichenko [via Apache Ignite Users]" <
[email protected]> wrote:

> Hi Vinay,
>
> I'm not sure I understand the issue. Spring fully supports JCache
> annotations and Ignite can be plugged in via SpringCacheManager we provide.
> What's wrong with this implementation and why do you want another one?
> If you use Ignite-specific features like SQL queries, you will have to use
> Ignite API and break abstraction anyway, whether you use annotations or
> not. Simply because these features are not defined in JCache API.
>
> Can you clarify what are you trying to solve?
>
> -Val
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-ignite-users.70518.x6.nabble.com/JCache-Annotation-support-without-SpringCacheManager-tp2460p2475.html
> To unsubscribe from JCache Annotation support without SpringCacheManager, 
> click
> here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2460&code=dmluc2hhcm1hLnRlY2hAZ21haWwuY29tfDI0NjB8ODIyNDgwNzMy>
> .
> 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/JCache-Annotation-support-without-SpringCacheManager-tp2460p2478.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to